Skip to content

Commit

Permalink
ci: deactivate check on 'x86_64-pc-windows-gnu' as the cross-compilat…
Browse files Browse the repository at this point in the history
…ion is broken due to 'aws-lc-sys

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 17, 2024
1 parent 9ff2dd6 commit 8cbac53
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cross-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
target: x86_64-pc-windows-msvc
architecture: x86_64
use-cross: false
- os: ubuntu-latest
os-name: windows
target: x86_64-pc-windows-gnu
architecture: x86_64
use-cross: true
# FIXME: `aws-lc-sys` doesn't cross compile
# - os: ubuntu-latest
# os-name: windows
# target: x86_64-pc-windows-gnu
# architecture: x86_64
# use-cross: true
- os: macos-13
os-name: macos
target: x86_64-apple-darwin
Expand Down

0 comments on commit 8cbac53

Please sign in to comment.