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

Fix feature flags for make-build-wasmer-headless #3483

Merged
merged 40 commits into from
Jan 19, 2023
Merged

Conversation

fschutt
Copy link
Contributor

@fschutt fschutt commented Jan 17, 2023

Fixes master being red

lib/cli/Cargo.toml Outdated Show resolved Hide resolved
lib/wasi/Cargo.toml Outdated Show resolved Hide resolved
lib/wasi/Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
lib/c-api/Cargo.toml Outdated Show resolved Hide resolved
lib/c-api/Cargo.toml Outdated Show resolved Hide resolved
lib/c-api/Cargo.toml Outdated Show resolved Hide resolved
lib/api/src/sys/store.rs Outdated Show resolved Hide resolved
@fschutt
Copy link
Contributor Author

fschutt commented Jan 19, 2023

The bug disappears if I set the Engine::new(compiler_config, target, features) in lib/compiler/src/engine/builder.rs:65 to change the target.operating_system = OperatingSystem::Darwin instead of OperatingSystem::Windows (alternative, removing EngineBuilder::new().set_target(Some(...)) also works.

@fschutt
Copy link
Contributor Author

fschutt commented Jan 19, 2023

I've filed a bug in #3508 and worked around this problem for now.

lib/cli/src/store.rs Outdated Show resolved Hide resolved
lib/cli/src/store.rs Outdated Show resolved Hide resolved
lib/cli/src/store.rs Outdated Show resolved Hide resolved
lib/cli/src/store.rs Outdated Show resolved Hide resolved
lib/cli/src/store.rs Outdated Show resolved Hide resolved
Copy link
Member

@syrusakbary syrusakbary left a comment

Choose a reason for hiding this comment

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

Once the last nits are fixed, we should be good to merge

@fschutt fschutt merged commit d329044 into master Jan 19, 2023
@fschutt fschutt deleted the fix-master-red-2 branch January 19, 2023 19:42
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.

4 participants