Skip to content

Commit

Permalink
Add regression test for corrosion-rs#338
Browse files Browse the repository at this point in the history
Test cross-compiling with clang.
This should catch the issue fixed in corrosion-rs#338.
Closes corrosion-rs#339.
  • Loading branch information
jschwe committed Aug 5, 2023
1 parent d291289 commit 5344ce2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ jobs:
cmake: 3.20.0
rust: 1.54
generator: ninja-multiconfig
# Test cross-compiling with clang
- os: ubuntu-latest
arch: aarch64
abi: gnu
cmake: 3.19.0
rust: 1.70.0
compiler: clang

exclude:

Expand Down

0 comments on commit 5344ce2

Please sign in to comment.