Skip to content

Commit

Permalink
Merge pull request #3299 from wasmerio/fix-create-exe-windows
Browse files Browse the repository at this point in the history
Fix "create-exe" for windows-x86_64 target
  • Loading branch information
fschutt authored Nov 18, 2022
2 parents d36208e + db299b8 commit 58d8415
Show file tree
Hide file tree
Showing 8 changed files with 332 additions and 356 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.SCCACHE_AZURE_CONNECTION_STRING }}
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.10.0
- name: Set up libstdc++ on Linux
if: matrix.build == 'linux-x64'
run: |
Expand Down Expand Up @@ -211,6 +214,7 @@ jobs:
TARGET_DIR: target/${{ matrix.target }}/release
CARGO_TARGET: --target ${{ matrix.target }}
WAPM_DEV_TOKEN: ${{ secrets.WAPM_DEV_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

#- name: Test integration CLI
# if: matrix.run_test && matrix.os == 'windows-2019'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ api-docs-repo/
# Generated by tests on Android
/avd
/core
out.txt
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ libc = { version = "^0.2", default-features = false }
nuke-dir = { version = "0.1.0", optional = true }
webc = { version = "3.0.1", optional = true }
isatty = "0.1.9"
tar = "0.4"
dialoguer = "0.10.2"

[build-dependencies]
Expand Down
Loading

0 comments on commit 58d8415

Please sign in to comment.