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 d4105b9 commit 545c05dCopy full SHA for 545c05d
.cirrus.yml
@@ -3,7 +3,7 @@ task:
3
freebsd_instance:
4
image: freebsd-13-2-release-amd64
5
setup_rust_script:
6
- - pkg install -y git bash binutils
+ - pkg install -y git binutils
7
- curl https://sh.rustup.rs -sSf --output rustup.sh
8
- sh rustup.sh --default-toolchain none -y --profile=minimal
9
target_cache:
clean_all.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/bin/sh
2
set -e
rm -rf target/ build_system/target download/ build/ dist/
test.sh
@@ -1,2 +1,2 @@
exec ./y.sh test "$@"
y.sh
echo "[BUILD] build system" 1>&2
0 commit comments