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

Attempt to unbreak CI (Android / libc 0.2.127). #891

Merged
merged 2 commits into from
Aug 6, 2022
Merged

Conversation

eddyb
Copy link
Contributor

@eddyb eddyb commented Aug 6, 2022

See #890 (comment) for previous discussion and additional details.

Fixes #890 (hopefully).

@eddyb eddyb enabled auto-merge (rebase) August 6, 2022 05:11
@eddyb eddyb requested review from fu5ha and VZout as code owners August 6, 2022 06:04
@eddyb
Copy link
Contributor Author

eddyb commented Aug 6, 2022

Pushed another commit to clear the CARGO_ENCODED_RUSTFLAGS that cargo-apk sets, which was breaking this helper:

let status = std::process::Command::new("cargo")
.args([
"run",
"--release",
"-p",
"example-runner-wgpu-builder",

@eddyb eddyb mentioned this pull request Aug 6, 2022
Copy link
Contributor

@repi repi left a comment

Choose a reason for hiding this comment

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

nice workaround :)

@eddyb eddyb merged commit 105cbcc into main Aug 6, 2022
@eddyb eddyb deleted the ci-quickfix-attempt branch August 6, 2022 10:09
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.

Android CI is failing
2 participants