Use plain sh for y.sh, test.sh and clean_all.sh
FreeBSD by default doesn't install bash.
This commit is contained in:
parent
1aa0cf930a
commit
4e38767320
@ -3,7 +3,7 @@ task:
|
||||
freebsd_instance:
|
||||
image: freebsd-13-2-release-amd64
|
||||
setup_rust_script:
|
||||
- pkg install -y git bash binutils
|
||||
- pkg install -y git binutils
|
||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||
- sh rustup.sh --default-toolchain none -y --profile=minimal
|
||||
target_cache:
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
rm -rf target/ build_system/target download/ build/ dist/
|
||||
|
Loading…
Reference in New Issue
Block a user