File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
website/docs/maintainer-info Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import MoreRepos from './_more-repos.mdx';
1717import ReleaseSchedule from ' ./_release-schedule.mdx' ;
1818import CheckUpstreamRelease from ' ./_check-upstream-release.mdx'
1919import UpdateVersionSpecific from ' ./_update-version-specific.mdx'
20- import CiDurations from ' ./_ci -durations.mdx'
20+ import GitHubActionsDurations from ' ./_github-actions -durations.mdx'
2121import FunctionalTests from ' ./_functional-tests.mdx'
2222import 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
495495The workflow result and logs are available from the
496496[ GitHub Actions] ( https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/actions/ ) page.
You can’t perform that action at this time.
0 commit comments