Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105783710
D26747.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
D26747.diff
View Options
Index: head/.cirrus.yml
===================================================================
--- head/.cirrus.yml
+++ head/.cirrus.yml
@@ -1,7 +1,9 @@
# $FreeBSD$
freebsd_instance:
- image: freebsd-12-1-release-amd64
+ # image: freebsd-12-1-stable-amd64
+ # We need a newer image to install llvm11
+ image_family: freebsd-12-1-snap
cpu: 8
memory: 24G
@@ -12,14 +14,14 @@
only_if: $CIRRUS_BRANCH != 'svn_head'
timeout_in: 120m
install_script:
- - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
+ - pkg install -y qemu-devel uefi-edk2-qemu-x86_64 llvm11
setup_user_script:
- pw useradd user
- mkdir -p /usr/obj/$(pwd -P)
- chown user:user /usr/obj/$(pwd -P)
script:
- - su user -c "make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
+ - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
package_script:
- - su user -c "make WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
+ - su user -c "make CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script:
- sh tools/boot/ci-qemu-test.sh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 3:46 PM (15 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15542702
Default Alt Text
D26747.diff (1 KB)
Attached To
Mode
D26747: Speed up Cirrus CI by using CROSS_TOOLCHAIN
Attached
Detach File
Event Timeline
Log In to Comment