Skip to content

Commit

Permalink
Try wget on Cirrus CI freebsd instance
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 8, 2023
1 parent 744ce2d commit a7e3e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_and_test: &BUILD_AND_TEST
# only run tasks on pull request or bors related branches
only_if: $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying' || $CIRRUS_PR != ""
setup_script:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- curl https://sh.rustup.rs -sSf --output rustup.sh || wget https://sh.rustup.rs -O rustup.sh
- sh rustup.sh -y --default-toolchain stable
- rustup target add wasm32-wasi
- python3 -m pip install --upgrade cffi virtualenv
Expand All @@ -29,7 +29,7 @@ freebsd_task:
- echo $CIRRUS_OS
- cat Cargo.lock
install_script:
- pkg install -y curl bash python
- pkg install -y curl wget bash python
- python3 -m ensurepip
<<: *BUILD_AND_TEST

Expand Down

0 comments on commit a7e3e92

Please sign in to comment.