Skip to content

Commit 6e736a2

Browse files
committed
website: rename _github-actions-durations.mdx
1 parent 9ce0c2c commit 6e736a2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

website/docs/maintainer-info/_ci-durations.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
{/* ------------------------------------------------------------------------ */}
3+
4+
The full builds take about 22 hours:
5+
6+
- `darwin-x64`: 6h28m (nuc)
7+
- `darwin-arm64`: 3h22m (m1)
8+
- `linux-x64`: 3h40m (amd)
9+
- `win32-x64`: 3h45m (amd)
10+
- `linux-arm64`: 21h56 (rpi4)
11+
- `linux-arm`: 20h32 (rpi4)

website/docs/maintainer-info/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import MoreRepos from './_more-repos.mdx';
1717
import ReleaseSchedule from './_release-schedule.mdx';
1818
import CheckUpstreamRelease from './_check-upstream-release.mdx'
1919
import UpdateVersionSpecific from './_update-version-specific.mdx'
20-
import CiDurations from './_ci-durations.mdx'
20+
import GitHubActionsDurations from './_github-actions-durations.mdx'
2121
import FunctionalTests from './_functional-tests.mdx'
2222
import ShareCustom from './_share-custom.mdx'
2323

@@ -490,7 +490,7 @@ These commands use the `xpack-development` branch of this repo.
490490

491491
### Durations & resulting binaries
492492

493-
<CiDurations/>
493+
<GitHubActionsDurations/>
494494

495495
The workflow result and logs are available from the
496496
[GitHub Actions](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/actions/) page.

0 commit comments

Comments
 (0)