Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-14, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-14, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-14, macos-latest, windows-latest, windows-11-arm ]
os: [ ubuntu-latest, ubuntu-24.04-arm, macos-14, macos-latest, windows-latest, windows-11-arm ]
c_std: [ "11", "99" ]
cmake: [ '0', '1' ]
exclude:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fips-bindings-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
args:
- --release --all-targets --features fips,unstable
- --profile release-lto --all-targets --features fips,unstable
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
brew uninstall --force cmake
brew install --force cmake
cmake --version
echo 'CMAKE=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/bin/cmake' >> $GITHUB_ENV
echo 'CMAKE=/opt/homebrew/bin/cmake' >> $GITHUB_ENV
- name: Run cargo test
working-directory: ./aws-lc-rs
run: cargo test ${{ matrix.args }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
env:
GIT_CLONE_PROTECTION_ACTIVE: false
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
latest: [ 0, 1 ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
features: [ aws-lc-rs, aws-lc-rs-fips, aws-lc-sys, aws-lc-fips-sys ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ windows-latest, ubuntu-latest, macos-13, macos-latest ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
crate: [ aws-lc-sys, aws-lc-fips-sys ]
args:
- publish --dry-run
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ windows-latest, ubuntu-latest, macos-13, macos-latest ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
args:
- publish --dry-run
steps:
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -330,8 +330,8 @@ jobs:
- if: ${{ startsWith(matrix.os, 'macos-') }}
run: |
brew install llvm
echo 'LIBCLANG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/bin/llvm-config' >> $GITHUB_ENV
echo 'LIBCLANG_PATH=/opt/homebrew/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=/opt/homebrew/opt/llvm/bin/llvm-config' >> $GITHUB_ENV
- name: Install NASM on Windows
if: runner.os == 'Windows'
uses: ilammy/setup-nasm@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sys-bindings-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v3
with:
Expand Down
33 changes: 15 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ ubuntu-latest, macos-13, macos-latest, ubuntu-24.04-arm ]
os: [ ubuntu-latest, macos-latest, ubuntu-24.04-arm ]
args:
- --all-targets --features unstable
- --release --all-targets --features unstable
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
matrix:
rust: [ stable ]
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
args:
- --no-default-features --features aws-lc-sys,bindgen,unstable
- --release --all-targets --features bindgen,unstable
Expand All @@ -73,8 +73,8 @@ jobs:
- if: ${{ startsWith(matrix.os, 'macos-') }}
run: |
brew install llvm
echo 'LIBCLANG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/bin/llvm-config' >> $GITHUB_ENV
echo 'LIBCLANG_PATH=/opt/homebrew/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=/usr/local/opt/llvm/bin/llvm-config' >> $GITHUB_ENV
- uses: dtolnay/rust-toolchain@master
id: toolchain
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
static: [ 0, 1 ]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -337,14 +337,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
static: [ 0, 1 ]
exclude:
# The FIPS build on macOS can only produce shared libraries.
- os: 'macos-latest'
static: 1
- os: 'macos-13'
static: 1
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -365,7 +363,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -400,7 +398,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -439,7 +437,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -470,7 +468,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-13
- macos-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -487,8 +484,8 @@ jobs:
- if: ${{ startsWith(matrix.os, 'macos-') }}
run: |
brew install llvm
echo 'LIBCLANG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/opt/llvm/bin/llvm-config' >> $GITHUB_ENV
echo 'LIBCLANG_PATH=/opt/homebrew/opt/llvm/lib' >> $GITHUB_ENV
echo 'LLVM_CONFIG_PATH=/opt/homebrew/opt/llvm/bin/llvm-config' >> $GITHUB_ENV
- name: Set Rust toolchain override
run: rustup override set ${{ steps.toolchain.outputs.name }}
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -539,7 +536,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fips: [ 0, 1 ]
exclude:
# macOS aarch64 fix for FIPS pending the following PR applied to FIPS branch:
Expand Down Expand Up @@ -573,7 +570,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]
os: [ ubuntu-latest, macos-latest ]
pregen_src: [ 0, 1 ]
steps:
- uses: actions/checkout@v4
Expand All @@ -599,7 +596,7 @@ jobs:
brew uninstall --force cmake
brew install --force cmake
cmake --version
echo 'CMAKE=${{ (matrix.os == 'macos-13' && '/usr/local') || '/opt/homebrew' }}/bin/cmake' >> $GITHUB_ENV
echo 'CMAKE=/opt/homebrew/bin/cmake' >> $GITHUB_ENV
- name: Run cargo test
working-directory: "path has spaces/aws-lc-rs"
run: cargo test --tests -p aws-lc-rs --features bindgen
Expand Down
Loading