Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilmehra committed Oct 22, 2024
1 parent bb373e5 commit 328dbc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ jobs:
shell: bash
- name: Set CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER
run: echo "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=${{ matrix.target }}-gcc" >> $GITHUB_ENV
- name: test
run: export CC_x86_64_unknown_linux_gnu=x86_64-linux-gnu-gcc; export CXX_x86_64_unknown_linux_gnu=x86_64-linux-gnu-g++; export AR_x86_64_unknown_linux_gnu=x86_64-linux-gnu-ar;
shell: bash
- name: Build for ${{ matrix.target }}
run: cargo build --target ${{ matrix.target }} --all-targets --features fips

Expand Down

0 comments on commit 328dbc0

Please sign in to comment.