We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ed89f commit f586d52Copy full SHA for f586d52
.cirrus.yml
@@ -131,12 +131,12 @@ task:
131
TOOLCHAIN: aarch64-gcc14
132
TOOLCHAIN_PKG: ${TOOLCHAIN}
133
EXTRA_MAKE_FLAGS: -s
134
- - name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
+ - name: amd64-gcc13 World and kernel build and boot smoke test (FreeBSD repo)
135
only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src' && $CIRRUS_BRANCH =~ 'pull/.*'
136
env:
137
TARGET: amd64
138
TARGET_ARCH: amd64
139
- TOOLCHAIN: amd64-gcc12
+ TOOLCHAIN: amd64-gcc13
140
141
142
timeout_in: 120m
0 commit comments