Skip to content

Commit 5a4ee4e

Browse files
committed
website updates
1 parent 296b72b commit 5a4ee4e

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

website/docs/maintainer/_common/_arm-toolchain-check-upstream-release.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ import versionMinor from '@site/src/libs/versionMinor';
1212

1313
The current release must be announced in
1414
[Arm GNU Toolchain Downloads](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads).
15-
Compare the latest release with the current xPack
15+
Compare the latest Arm release with the current xPack
1616
[release](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases).
1717
If necessary, update the triplet, otherwise increase the fourth & fifth numbers,
1818
as below.
1919

2020
### Update to the latest Arm release
2121

2222
- download the new _Source code_ archive (like
23-
<code>arm-gnu-toolchain-src-snapshot-{versionMajor()}.{versionMinor()}.rel{customField('armSubRelease')}.tar.xz</code> from
23+
<code>arm-gnu-toolchain-src-snapshot-{versionMajor()}.{versionMinor()}.rel{customField('armSubRelease')}.tar.xz</code>) from
2424
[Arm GNU Toolchain Downloads](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/)
2525
- the GCC version is in `gcc/gcc/BASE-VER`
2626
- the GDB version is in `binutils-gdb--gdb/gdb/version.in`

website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Similarly for GDB:
3434
- push the tag to origin
3535
- check the tag at https://github.com/xpack-dev-tools/binutils-gdb/tags/
3636

37-
### Update local gcc fork (if the commit ID present in manifest.txt)
37+
### Update the local gcc fork (if the commit ID present in manifest.txt)
3838

3939
With a Git client:
4040

4141
- checkout the branch mentioned in the release notes
4242
(like <code>ARM/arm-{versionMajor()}</code>)
43-
- identify the commit ID (search upwards)
43+
- identify the commit ID (filter by branch and search downwards)
4444
- create a branch like <code>arm-{customField('gdbVersionMajor')}-arm-none-eabi-{versionMajor()}.{versionMinor()}.rel{customField('armSubRelease')}</code>
4545

4646
### Update the gdb-*-cross.git.patch in helper

website/docs/maintainer/_development-durations.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
{/* Below 5 minutes use "Several minutes later" */}
55
export const developmentDurations = {
6-
"work": "about 96 minutes (1h36m), without multi-libs",
7-
"darwin-x64": "About 76 minutes (1h16m) later",
8-
"darwin-arm64": "About 49 minutes later",
9-
"linux-x64": "About 51 minutes later",
10-
"win32-x64": "About 39 minutes later",
11-
"linux-arm64": "About 353 minutes (5h53m) later, or 90 minutes (1h30m) on ampere",
6+
"work": "about 96 minutes (1h36m), without multi-libs, 295 minutes (4h55m) with multi-libs",
7+
"darwin-x64": "About 76 minutes (1h16m) later, 240 minutes (4h00m) with multi-libs",
8+
"darwin-arm64": "About 49 minutes later, 132 minutes (2h12m) with multi-libs",
9+
"linux-x64": "About 51 minutes later, 142 minutes (2h22m) with multi-libs",
10+
"win32-x64": "About 39 minutes later, 134 minutes (2h14m) with multi-libs",
11+
"linux-arm64": "About 353 minutes (5h53m) later, or 90 minutes (1h30m) on ampere, 239 minutes (3h59m) on ampere with multi-libs",
1212
"linux-arm": "About 345 minutes (5h45m) later",
1313
}

website/docs/maintainer/_github-actions-durations.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
The builds take almost XX hours to complete:
55

6-
- `darwin-x64`: 5m / 1h21m (nuc)
7-
- `darwin-arm64`: 4m / 45m (m1)
8-
- `linux-x64`: 4m / 60m (amd)
9-
- `win32-x64`: 5m / 53m (amd)
10-
- `linux-arm64`: 11m / 5h38m (rpi4)
11-
- `linux-arm`: 11m / 5h34m (rpi4)
6+
- `darwin-x64`: 4h24m / 1h21m (nuc)
7+
- `darwin-arm64`: 2h17m / 45m (m1)
8+
- `linux-x64`: 2h42m / 60m (amd)
9+
- `win32-x64`: 2h35m / 53m (amd)
10+
- `linux-arm64`: 14h15m / 5h38m (rpi4)
11+
- `linux-arm`: 13h44m / 5h34m (rpi4)

website/docs/maintainer/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ and will be updated when the new release is out.
146146
Check the latest versions at https://github.com/xpack-dev-tools/ and
147147
update the dependencies in `build-assets/package.json`.
148148

149-
### Increase the version and update the version in top `package.json`
149+
### Increase the version and update it in the top `package.json`
150150

151151
- determine the version (like <code>{customField('upstreamVersion')}</code>)
152152
- update the version in top `package.json`
@@ -156,7 +156,7 @@ like <code>{customField('upstreamVersion')}-{customField('xpackSubversion')}.{cu
156156
### Update the `customFields` in `build-assets/package.json` (if necessary)
157157

158158
If the project uses `customFields` in `build-assets/package.json`,
159-
update them (for example `armSubRelease` for Arm toolchains).
159+
update them.
160160

161161
### Start the local web server
162162

@@ -375,7 +375,7 @@ via HomeBrew, and make a link to `/usr/local/bin`.
375375

376376
:::
377377

378-
### Update the list of links in package.json
378+
### Update the list of links in top package.json
379379

380380
Copy/paste the full list of links displayed at the end of the build, in
381381
sequence, for each platform (GNU/Linux, macOS, Windows), and check the
@@ -713,7 +713,7 @@ watching this project.
713713
- `website/docs/install/_manual-install-quick-test.mdx`
714714
- commit changes
715715

716-
### Check the list of links in package.json
716+
### Check the list of links in top package.json
717717

718718
- open the `package.json` file
719719
- check if the links in the `bin` property cover the actual binaries
@@ -832,7 +832,7 @@ and the X/Twitter announcement
832832
The `website` branch may be subsequently updated, as long as the
833833
version in `package.json` is not changed.
834834

835-
### Update the repo main branch
835+
### Update the `xpack` branch
836836

837837
- merge `xpack-development` into `xpack`
838838
- push the `xpack` branch to GitHub

0 commit comments

Comments
 (0)