Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cmake dependency #1880

Merged
merged 11 commits into from
Dec 5, 2020
Merged

Remove cmake dependency #1880

merged 11 commits into from
Dec 5, 2020

Conversation

syrusakbary
Copy link
Member

@syrusakbary syrusakbary commented Dec 5, 2020

Description

Delete cmake dependency (which is not yet available in macOS Big Sur with arm64 chipset).
This also simplifies the tests and make them run per compiler-engine tuple

Review

  • Add a short description of the the change to the CHANGELOG.md file

@syrusakbary
Copy link
Member Author

bors try

bors bot added a commit that referenced this pull request Dec 5, 2020
@syrusakbary syrusakbary changed the title Delete cmake dependency Remove cmake dependency Dec 5, 2020
@bors
Copy link
Contributor

bors bot commented Dec 5, 2020

try

Build failed:

@syrusakbary
Copy link
Member Author

bors try

bors bot added a commit that referenced this pull request Dec 5, 2020
@bors
Copy link
Contributor

bors bot commented Dec 5, 2020

try

Build failed:

@syrusakbary
Copy link
Member Author

bors try-

@syrusakbary
Copy link
Member Author

bors try

bors bot added a commit that referenced this pull request Dec 5, 2020
@bors
Copy link
Contributor

bors bot commented Dec 5, 2020

try

Build failed:

@syrusakbary
Copy link
Member Author

bors try

bors bot added a commit that referenced this pull request Dec 5, 2020
@bors
Copy link
Contributor

bors bot commented Dec 5, 2020

@syrusakbary syrusakbary merged commit b11a383 into master Dec 5, 2020
@bors bors bot deleted the cmake-delete branch December 5, 2020 06:09
Comment on lines -221 to +222
./target/release/wasmer compile --target=x86_64-apple-darwin tests/integration/cli/assets/qjs.wasm -o qjs_mac_from_linux.wjit
#./target/release/wasmer compile --target=x86_64-pc-windows-msvc tests/integration/cli/assets/qjs.wasm -o qjs_win_from_linux.wjit
./target/release/wasmer compile --target=x86_64-apple-darwin lib/c-api/tests/assets/qjs.wasm -o qjs_mac_from_linux.wjit
#./target/release/wasmer compile --target=x86_64-pc-windows-msvc lib/c-api/tests/assets/qjs.wasm -o qjs_win_from_linux.wjit
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this change was done because the tests/integration/cli/assets/qjs.wasm was a symlink.
And once tested, as it was a existing file was quite hard to figure out what was going on.

Much easier to use directly the real files!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant