Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

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

Merged
eddyb merged 2 commits intomainfrom
ci-quickfix-attempt
Aug 6, 2022
Merged

Attempt to unbreak CI (Android / libc 0.2.127).#891
eddyb merged 2 commits intomainfrom
ci-quickfix-attempt

Conversation

@eddyb
Copy link
Copy Markdown
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 VZout and fu5ha as code owners August 6, 2022 06:04
@eddyb
Copy link
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android CI is failing

2 participants