Skip to content

Commit

Permalink
In Rust 1.63 builds, pin the half crate to v2.2.1. (#1010)
Browse files Browse the repository at this point in the history
* In Rust 1.63 builds, pin the half crate to v2.2.1.

half 2.3.1 appears to depend on newer Rust vesions, so in the Rust 1.63
build use half 2.2.1.

* Remove the freebsd-12-4 task from Cirrus CI.

According to [this page], freebsd-12-4 is no longer supported.

[this page]: https://cirrus-ci.org/guide/FreeBSD/
  • Loading branch information
sunfishcode authored Feb 6, 2024
1 parent 8a7ff3c commit 4ed2ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,3 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test --workspace --features=all-apis

task:
name: stable x86_64-unknown-freebsd-12
freebsd_instance:
image_family: freebsd-12-4
setup_script:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain stable -y --profile=minimal
- . $HOME/.cargo/env
- rustup default stable
test_script:
- . $HOME/.cargo/env
- cargo test --workspace --features=all-apis
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
cargo update --package=dashmap --precise 5.4.0
cargo update --package=regex --precise=1.9.0
cargo update --package=half --precise=2.2.1
- run: >
rustup target add
Expand Down Expand Up @@ -492,6 +493,7 @@ jobs:
run: |
cargo update --package=dashmap --precise 5.4.0
cargo update --package=regex --precise=1.9.0
cargo update --package=half --precise=2.2.1
- run: |
cargo test --verbose --features=all-apis --release --workspace -- --nocapture
Expand Down

0 comments on commit 4ed2ea2

Please sign in to comment.