Skip to content
Merged
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
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ jobs:
if: matrix.target != ''
- run: echo CARGO_BUILD_TARGET=${{ matrix.target }} >> $GITHUB_ENV
if: matrix.target != ''
- name: Upgrade MinGW package
# In https://github.com/bytecodealliance/wasmtime/pull/4003 we discovered that the ittapi C
# code uses the uncommon `strnlen_s` function. On older versions of MinGW (GitHub runners
# currently come with v8.1.0 pre-installed), this function was not available. Since v8.1.0,
# other versions have been published; this re-installs MinGW with a recent version which
# includes `strnlen_s`. This block can be removed if/when MinGW is upgraded in all Windows
# GitHub runners: https://github.com/actions/virtual-environments/issues/5530.
if: matrix.target == 'x86_64-pc-windows-gnu'
run: |
choco uninstall mingw
choco install mingw --version 11.2.0 --force
- name: Build Rust crate
run: cargo build
- name: Test Rust crate
Expand Down