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

build: build and release on ubuntu-20.04 for older glibc versions #121

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

asaf-erlich
Copy link
Contributor

@asaf-erlich asaf-erlich commented Jan 22, 2024

From the buildkite-agent-golang-1.21 image with golang version 0.12.1 in it:

/usr/local/bin/golines --version
/usr/local/bin/golines: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/golines)
/usr/local/bin/golines: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/golines)

@asaf-erlich asaf-erlich requested a review from a team January 22, 2024 20:15
@asaf-erlich asaf-erlich merged commit 8c46088 into master Jan 22, 2024
10 checks passed
@asaf-erlich asaf-erlich deleted the aerlich/ubuntu-22-04-runners branch January 22, 2024 20:56
renovate bot referenced this pull request in nobl9/terraform-provider-nobl9 Feb 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [segmentio/golines](https://togithub.com/segmentio/golines) | minor |
`v0.9.0` -> `v0.12.2` |

---

### Release Notes

<details>
<summary>segmentio/golines (segmentio/golines)</summary>

###
[`v0.12.2`](https://togithub.com/segmentio/golines/releases/tag/v0.12.2)

[Compare
Source](https://togithub.com/segmentio/golines/compare/v0.12.1...v0.12.2)

#### What's Changed

- build: build and release on ubuntu-20.04 for older glibc versions by
[@&#8203;asaf-erlich](https://togithub.com/asaf-erlich) in
[https://github.com/segmentio/golines/pull/121](https://togithub.com/segmentio/golines/pull/121)

#### New Contributors

- [@&#8203;asaf-erlich](https://togithub.com/asaf-erlich) made their
first contribution in
[https://github.com/segmentio/golines/pull/121](https://togithub.com/segmentio/golines/pull/121)

**Full Changelog**:
segmentio/golines@v0.12.1...v0.12.2

###
[`v0.12.1`](https://togithub.com/segmentio/golines/releases/tag/v0.12.1)

[Compare
Source](https://togithub.com/segmentio/golines/compare/v0.12.0...v0.12.1)

#### Changelog

-
[`22903f7`](https://togithub.com/segmentio/golines/commit/22903f7af571b45339b1ccd3c64f6d41ad0740a3):
Fix version formatting
([#&#8203;118](https://togithub.com/segmentio/golines/issues/118))
([@&#8203;mckern](https://togithub.com/mckern))

###
[`v0.12.0`](https://togithub.com/segmentio/golines/releases/tag/v0.12.0)

[Compare
Source](https://togithub.com/segmentio/golines/compare/v0.11.0...v0.12.0)

#### Changelog

-
[`833265d`](https://togithub.com/segmentio/golines/commit/833265ddea58d67d7322ec0fbba7c8a86c03bc30):
Update README to reflect 1.19
([#&#8203;81](https://togithub.com/segmentio/golines/issues/81))
([@&#8203;yolken](https://togithub.com/yolken))
-
[`08b576a`](https://togithub.com/segmentio/golines/commit/08b576a44b8f0510a9614ae0af6c0b97cc002b8c):
Fix circleci job
([#&#8203;82](https://togithub.com/segmentio/golines/issues/82))
([@&#8203;yolken](https://togithub.com/yolken))
-
[`d7d11e6`](https://togithub.com/segmentio/golines/commit/d7d11e6ae11721865229b1d55b8862c8bd4ca719):
GH Actions updates, remove CircleCI
([#&#8203;84](https://togithub.com/segmentio/golines/issues/84))
([@&#8203;wdbetts](https://togithub.com/wdbetts))
-
[`fe1c9ae`](https://togithub.com/segmentio/golines/commit/fe1c9aefd95932088fab00cb0753095778c6ce01):
Q1 2024: deferred updates
([#&#8203;117](https://togithub.com/segmentio/golines/issues/117))
([@&#8203;mckern](https://togithub.com/mckern))

###
[`v0.11.0`](https://togithub.com/segmentio/golines/compare/v0.10.0...v0.11.0)

[Compare
Source](https://togithub.com/segmentio/golines/compare/v0.10.0...v0.11.0)

###
[`v0.10.0`](https://togithub.com/segmentio/golines/compare/v0.9.0...v0.10.0)

[Compare
Source](https://togithub.com/segmentio/golines/compare/v0.9.0...v0.10.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/nobl9/terraform-provider-nobl9).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@matthewhughes934
Copy link

I think this could also be fixed by disabling cgo when building (e.g. setting CGO_ENABLED=0. You would create a statically program on x86 Linux instead on a dynamically linked one, but all the cross-compiled binaries are currently statically linked so I don't imagine that's much of an issue

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