diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-12 19:44:20 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-12 19:55:06 +0000 |
| commit | f2041811125643e8f5225d1f7912772951e94f37 (patch) | |
| tree | b997243d451aa893b745f3d43954a5a0b79af916 | |
| parent | 4e38767320b256079c10c6edf9dfa3f0fca5c990 (diff) | |
| download | rust-f2041811125643e8f5225d1f7912772951e94f37.tar.gz rust-f2041811125643e8f5225d1f7912772951e94f37.zip | |
Install git-tiny on Cirrus CI
This avoids pulling in perl.
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0e790e469eb..1ec99eb3d17 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ task: freebsd_instance: image: freebsd-13-2-release-amd64 setup_rust_script: - - pkg install -y git binutils + - pkg install -y git-tiny binutils - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain none -y --profile=minimal target_cache: |
