Skip to content

Commit

Permalink
Merge pull request #1564 from messense/fix-freebsd-ci
Browse files Browse the repository at this point in the history
Fix FreeBSD CI
  • Loading branch information
messense authored Apr 11, 2023
2 parents 684b6c9 + c9e8a91 commit c5d93cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +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
- sh rustup.sh -y --default-toolchain stable
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
- rustup target add wasm32-wasi
- python3 -m pip install --upgrade cffi virtualenv
build_script:
Expand All @@ -29,7 +28,7 @@ freebsd_task:
- echo $CIRRUS_OS
- cat Cargo.lock
install_script:
- pkg install -y curl bash python
- pkg install -y bash python
- python3 -m ensurepip
<<: *BUILD_AND_TEST

Expand Down

0 comments on commit c5d93cd

Please sign in to comment.