Skip to content

Conversation

NobodyXu
Copy link
Collaborator

On ubuntu-latest github action runner, it used to work without the environment variable.

Fixed #1109 #1113

On ubuntu-latest github action runner, it used to work without the environment variable.

Fixed #1109 #1113
@NobodyXu
Copy link
Collaborator Author

cc @Niederb @Kuuuube Can you try this PR please?

cc @antaalt

@Kuuuube
Copy link
Contributor

Kuuuube commented Jun 30, 2024

I'm still able to replicate the issue using this pr.

@Kuuuube
Copy link
Contributor

Kuuuube commented Jun 30, 2024

Noticed that #1105 had this diff

-                } else if target == "wasm32-wasi"
-                    || target == "wasm32-unknown-wasi"
-                    || target == "wasm32-unknown-unknown"
-                {

The wasm32-unknown-wasi and wasm32-unknown-unknown targets were not added to the targets list. Adding them to the list along with your changes in this PR does fix the issue. (without your PR's changes it throws errors by adding those targets)

Threw in a PR targeting this PR's branch. #1115

If theres anything wrong with my changes in that PR feel free to close it or do whatever.

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.

Failing wasip1 build after upgrade to cc-1.0.100
2 participants