mirror of
https://github.com/openharmony/third_party_rust_rustix.git
synced 2026-07-19 14:53:33 -04:00
Pin once_cell to 1.14 in Rust 1.48 builds.
This commit is contained in:
@@ -78,6 +78,11 @@ jobs:
|
||||
set -ex
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabi musl-tools
|
||||
|
||||
- name: Use specific dependency versions for Rust 1.48 compatibility.
|
||||
if: matrix.rust == '1.48'
|
||||
run: cargo update --package=once_cell --precise 1.14.0
|
||||
|
||||
- run: cargo check --workspace --release -vv
|
||||
- run: cargo check --workspace --release -vv --features=all-apis
|
||||
- run: cargo check --workspace --release -vv --features=use-libc,all-apis
|
||||
|
||||
Reference in New Issue
Block a user