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

Supports compilation with GOOS=aix #1723

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Supports compilation with GOOS=aix #1723

merged 2 commits into from
Sep 19, 2023

Conversation

ncruces
Copy link
Collaborator

@ncruces ncruces commented Sep 19, 2023

Going through go tool dist list on go version go1.21.1 darwin/amd64 this was the only target that didn't compile.

The specific issue is that on AIX ENOTEMPTY is the same as EEXIST so they can't both be in a switch.
But we decided not to fix similar issues either for plan9 in #1603.
Since this is in experimental, I think that's the correct approach.

Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
@mathetake
Copy link
Member

wazero/Makefile

Line 233 in 2686665

@GOARCH=386 GOOS=linux go build ./...

could you add test like ^^?

@evacchi
Copy link
Contributor

evacchi commented Sep 19, 2023

👁️ 🐝 Ⓜ️

Signed-off-by: Nuno Cruces <ncruces@users.noreply.github.com>
@ncruces ncruces merged commit 9ceb322 into main Sep 19, 2023
@ncruces ncruces deleted the aix branch September 19, 2023 19:23
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.

3 participants