Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157231508
D34289.id102794.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D34289.id102794.diff
View Options
Index: .cirrus.yml
===================================================================
--- .cirrus.yml
+++ .cirrus.yml
@@ -16,14 +16,22 @@
env:
TARGET: amd64
TARGET_ARCH: amd64
+ TOOLCHAIN_PKG: llvm13
- name: World and kernel arm64 build and boot smoke test
trigger_type: manual
env:
TARGET: arm64
TARGET_ARCH: aarch64
+ TOOLCHAIN_PKG: llvm13
+ - name: World and kernel gcc9 amd64 build and boot smoke test
+ trigger_type: manual
+ env:
+ TARGET: amd64
+ TARGET_ARCH: amd64
+ TOOLCHAIN_PKG: amd64-gcc9
timeout_in: 120m
install_script:
- - sh .cirrus-ci/pkg-install.sh qemu-nox11 llvm13
+ - sh .cirrus-ci/pkg-install.sh qemu-nox11 ${TOOLCHAIN_PKG}
setup_script:
- uname -a
- df -m
@@ -32,9 +40,9 @@
- mkdir -p /usr/obj/$(pwd -P)
- chown user:user /usr/obj/$(pwd -P)
script:
- - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm13 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
+ - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=${TOOLCHAIN_PKG} WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
package_script:
- - su user -c "make CROSS_TOOLCHAIN=llvm13 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
+ - su user -c "make CROSS_TOOLCHAIN=${TOOLCHAIN_PKG} WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script:
- sh tools/boot/ci-qemu-test.sh
post_script:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 1:07 PM (11 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33347939
Default Alt Text
D34289.id102794.diff (1 KB)
Attached To
Mode
D34289: Cirrus-CI: add a manual amd64-gcc9 build
Attached
Detach File
Event Timeline
Log In to Comment