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

Go1.15 deprecates 32-bit macOS builds #146

Open
Mic92 opened this issue Aug 26, 2020 · 4 comments
Open

Go1.15 deprecates 32-bit macOS builds #146

Mic92 opened this issue Aug 26, 2020 · 4 comments

Comments

@Mic92
Copy link

Mic92 commented Aug 26, 2020

https://golang.org/doc/go1.15#darwin

Currently gox still tries to build it, which fails: https://github.com/Mic92/nix-build-uncached/pull/16/checks?check_run_id=1033209325#step:6:32

@metalmatze
Copy link

Yep, seen this too with:

1 errors occurred:
--
44 | --> darwin/386 error: exit status 2
45 | Stderr: cmd/go: unsupported GOOS/GOARCH pair darwin/386

@eexit
Copy link

eexit commented Sep 30, 2020

Hello,

Any solution for this?

Thanks.

@metalmatze
Copy link

I looked at the solution done in the repo linked above by @Mic92.
Here's the fix for me: metalmatze/digitalocean_exporter@60ab0b6
Essentially building everything except darwin/386.

@Mic92
Copy link
Author

Mic92 commented Oct 2, 2020

I blacklisted it in my github action as well.

sue445 added a commit to sue445/gitpanda that referenced this issue Oct 4, 2020
`darwin/386` is dropped since go 1.15

```
--> darwin/386 error: exit status 2
Stderr: cmd/go: unsupported GOOS/GOARCH pair darwin/386
```

https://app.circleci.com/pipelines/github/sue445/gitpanda/1037/workflows/a60fc726-fbda-46e6-8bda-d3fdb3ff0b18/jobs/5190

So I dropped this.

mitchellh/gox#146 (comment)
patrickjahns added a commit to patrickjahns/openvpn_exporter that referenced this issue Dec 26, 2020
polyrabbit added a commit to polyrabbit/my-token that referenced this issue Feb 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants