Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131771224
D39680.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
688 B
Referenced Files
None
Subscribers
None
D39680.diff
View Options
diff --git a/.cirrus.yml b/.cirrus.yml
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -31,7 +31,7 @@
TOOLCHAIN_PKG: amd64-gcc12
timeout_in: 120m
install_script:
- - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG}
+ - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite
setup_script:
- uname -a
@@ -55,6 +55,11 @@
- sh .cirrus-ci/pkg-install.sh qemu-nox11
- sh tools/boot/ci-qemu-test.sh
+ make_sysent_script:
+ # Check that make sysent results were committed if required
+ - make sysent
+ - if ! git diff --exit-code; then printf "\n>>> Generated sysent files not updated, run make sysent <<<\n"; false; fi
+
post_script:
- df -m
- du -m -s /usr/obj
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 1:05 AM (13 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23601021
Default Alt Text
D39680.diff (688 B)
Attached To
Mode
D39680: Cirrus-CI: Check that make sysent was run
Attached
Detach File
Event Timeline
Log In to Comment