Skip to content

Commit

Permalink
CI: Use Rust stable and exclude Win32 (linker issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 11, 2024
1 parent 8fdf171 commit 8000575
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
os: "macos-latest"
- bits: 32
os: "macos-13"
- bits: 32 # FIXME: Linking isn't working here yet for hacl #42
os: "windows-latest"

runs-on: ${{ matrix.os }}
defaults:
Expand All @@ -44,9 +46,6 @@ jobs:
- run: echo "RUST_TARGET_FLAG=" > $GITHUB_ENV
if: ${{ matrix.bits == 64 }}

- name: 🛠️ Setup Rust Nightly
run: rustup toolchain install nightly

- name: 🛠️ Setup Ubuntu x86
if: ${{ matrix.bits == 32 && matrix.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 8000575

Please sign in to comment.