Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Force bootstrapping to ensure we start with the latest pkg in ci
Baptiste Daroussin committed 6 years ago
commit cdd6b97460687df88f0f581d4d74ff81924af77d
parent 41659c9
1 file changed +1 -1
modified .cirrus.yml
@@ -1,5 +1,5 @@
freebsd_task:
-
        install_script: pkg install -y kyua
+
        install_script: pkg bootstrap -f ; pkg install -y kyua
        script:
                - ./configure
                - make -j4 || make V=1