ci: Attempt to use pre-built target binaries for aws-lc-sys

This commit is contained in:
2025-09-14 15:21:52 -06:00
parent f19153b196
commit 25c428ddbd
+6 -51
View File
@@ -171,10 +171,6 @@ jobs:
os: macos-latest os: macos-latest
use-cross: true use-cross: true
cargo-flags: "" cargo-flags: ""
- target: aarch64-pc-windows-msvc
os: windows-latest
use-cross: true
cargo-flags: ""
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
os: macos-latest os: macos-latest
cargo-flags: "" cargo-flags: ""
@@ -185,7 +181,7 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
use-cross: true use-cross: true
cargo-flags: "" cargo-flags: ""
- target: i686-unknown-linux-musl - target: i686-unknown-linux-gnu
os: ubuntu-latest os: ubuntu-latest
use-cross: true use-cross: true
cargo-flags: "" cargo-flags: ""
@@ -193,14 +189,6 @@ jobs:
os: windows-latest os: windows-latest
use-cross: true use-cross: true
cargo-flags: "" cargo-flags: ""
- target: armv7-unknown-linux-musleabihf
os: ubuntu-latest
use-cross: true
cargo-flags: ""
- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
use-cross: true
cargo-flags: ""
# prettier-ignore # prettier-ignore
# job: # job:
@@ -280,44 +268,11 @@ jobs:
shell: bash shell: bash
run: echo "BUILD_CMD=cross" >> $GITHUB_ENV run: echo "BUILD_CMD=cross" >> $GITHUB_ENV
- name: Installing needed Ubuntu dependencies # - name: Installing needed Ubuntu dependencies
if: matrix.os == 'ubuntu-latest' # if: matrix.os == 'ubuntu-latest'
shell: bash # shell: bash
run: | # run: |
sudo add-apt-repository universe # sudo apt-get -y update
sudo apt-get -y update
sudo apt install -y librust-bindgen+clap-dev \
librust-bindgen+default-dev \
librust-bindgen+env-logger-dev \
librust-bindgen+log-dev \
librust-bindgen+logging-dev \
librust-bindgen+runtime-dev \
librust-bindgen+static-dev \
librust-bindgen+which-dev \
librust-bindgen-dev \
librust-cbindgen+clap-dev \
librust-cbindgen-dev \
librust-wasm-bindgen+default-dev \
librust-wasm-bindgen+serde-dev \
librust-wasm-bindgen+serde-json-dev \
librust-wasm-bindgen+serde-serialize-dev \
librust-wasm-bindgen+spans-dev \
librust-wasm-bindgen+strict-macro-dev \
librust-wasm-bindgen+xxx-debug-only-print-generated-code-dev \
librust-wasm-bindgen-backend+extra-traits-dev \
librust-wasm-bindgen-backend-dev \
librust-wasm-bindgen-dev \
librust-wasm-bindgen-macro+spans-dev \
librust-wasm-bindgen-macro+strict-macro-dev \
librust-wasm-bindgen-macro-dev \
librust-wasm-bindgen-macro-support+extra-traits-dev \
librust-wasm-bindgen-macro-support+spans-dev \
librust-wasm-bindgen-macro-support-dev \
librust-wasm-bindgen-shared-dev \
librust-wasm-bindgen-webidl-dev \
bindgen-0.56 \
bindgen \
cbindgen
# case ${{ matrix.target }} in # case ${{ matrix.target }} in
# arm*-linux-*) sudo apt-get -y install gcc-arm-linux-gnueabihf ;; # arm*-linux-*) sudo apt-get -y install gcc-arm-linux-gnueabihf ;;
# aarch64-*-linux-*) sudo apt-get -y install gcc-aarch64-linux-gnu ;; # aarch64-*-linux-*) sudo apt-get -y install gcc-aarch64-linux-gnu ;;