Skip to content

Fix error when building with CGO_ENABLED=0#625

Merged
mcuadros merged 2 commits intogo-git:masterfrom
pjbgf:bump-sha1cd-nocgo
Dec 11, 2022
Merged

Fix error when building with CGO_ENABLED=0#625
mcuadros merged 2 commits intogo-git:masterfrom
pjbgf:bump-sha1cd-nocgo

Conversation

@pjbgf
Copy link
Copy Markdown
Member

@pjbgf pjbgf commented Dec 2, 2022

Fixes regression in which applications that depend on go-git could no longer build with CGO_ENABLED=0.
Adds a new step on CI workflow to ensure support is not broken in the future.

Closes #624 #626.

pjbgf added 2 commits December 2, 2022 15:38
Some applications that depend on go-git may not need
to build using CGO. The new test ensures no new
regressions going forwards.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Fixes regression in which applications that depend on
go-git could no longer build with CGO_ENABLED=0
or when vendoring dependencies.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
@martinlindhe
Copy link
Copy Markdown

martinlindhe commented Dec 3, 2022

We fixed one cgo issue yesterday in pjbgf/sha1cd#10

I am able to build go-git without cgo with that patch.

EDIT: Noticed this is you! Thanks

frezbo added a commit to frezbo/kres that referenced this pull request Dec 6, 2022
go-git not bumped to v5.5.0 due to go-git/go-git#625

Signed-off-by: Noel Georgi <git@frezbo.dev>
greboid added a commit to mdbot/wiki that referenced this pull request Dec 7, 2022
@mcuadros mcuadros merged commit f62ac39 into go-git:master Dec 11, 2022
@pjbgf pjbgf deleted the bump-sha1cd-nocgo branch December 12, 2022 10:32
andrewpollock referenced this pull request in google/osv.dev Jan 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cloud.google.com/go/pubsub](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.27.1` -> `v1.28.0` |
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | patch | `v5.5.0` -> `v5.5.1` |
|
[google.golang.org/api](https://togithub.com/googleapis/google-api-go-client)
| require | minor | `v0.103.0` -> `v0.106.0` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.5.1`](https://togithub.com/go-git/go-git/releases/tag/v5.5.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.0...v5.5.1)

#### What's Changed

- \*: fix error when building with `CGO_ENABLED=0` by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/625](https://togithub.com/go-git/go-git/pull/625)
- plumbing: transport/ssh: fix panic on Windows 10 with paegent as
ssh-agent by [@&#8203;doxsch](https://togithub.com/doxsch) in
[https://github.com/go-git/go-git/pull/617](https://togithub.com/go-git/go-git/pull/617)
- CommitOptions: AllowEmptyCommits, return an error instead of creating
empty commits by [@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/623](https://togithub.com/go-git/go-git/pull/623)

**Full Changelog**:
go-git/go-git@v5.5.0...v5.5.1

</details>

<details>
<summary>googleapis/google-api-go-client</summary>

###
[`v0.106.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.106.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.105.0...v0.106.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1784](https://togithub.com/googleapis/google-api-go-client/issues/1784))
([a7f08e2](https://togithub.com/googleapis/google-api-go-client/commit/a7f08e2d1f5d4590ae0c6d66077f012bd18b5464))
- **all:** Auto-regenerate discovery clients
([#&#8203;1788](https://togithub.com/googleapis/google-api-go-client/issues/1788))
([9fb35f5](https://togithub.com/googleapis/google-api-go-client/commit/9fb35f5f5db837dc8aba5b742b63e1a837621f75))
- **all:** Auto-regenerate discovery clients
([#&#8203;1790](https://togithub.com/googleapis/google-api-go-client/issues/1790))
([7bd17b3](https://togithub.com/googleapis/google-api-go-client/commit/7bd17b38d39db0700ee20e5078cd4b7c8c3d3acb))
- **all:** Auto-regenerate discovery clients
([#&#8203;1794](https://togithub.com/googleapis/google-api-go-client/issues/1794))
([3944e86](https://togithub.com/googleapis/google-api-go-client/commit/3944e86684b39e05e27a17e66ed54873433c6ad4))
- **idtoken:** Add support for impersonated_service_account creds type
([#&#8203;1792](https://togithub.com/googleapis/google-api-go-client/issues/1792))
([f6dec99](https://togithub.com/googleapis/google-api-go-client/commit/f6dec99d014cc508d0374b666f2c325534a30bea)),
refs
[#&#8203;873](https://togithub.com/googleapis/google-api-go-client/issues/873)
- **option/internaloption:** Add new EmbeddableAdapter option
([#&#8203;1787](https://togithub.com/googleapis/google-api-go-client/issues/1787))
([1569e5b](https://togithub.com/googleapis/google-api-go-client/commit/1569e5b294ad150050319c108bfbcade2180351b))

##### Bug Fixes

- **idtoken:** Configure validator constructor to use no authentication
([#&#8203;1789](https://togithub.com/googleapis/google-api-go-client/issues/1789))
([b35900a](https://togithub.com/googleapis/google-api-go-client/commit/b35900aff148bb8446ca7e15ed0beb50d749d6c7)),
refs
[#&#8203;1682](https://togithub.com/googleapis/google-api-go-client/issues/1682)

###
[`v0.105.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.105.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.104.0...v0.105.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1773](https://togithub.com/googleapis/google-api-go-client/issues/1773))
([37a2e41](https://togithub.com/googleapis/google-api-go-client/commit/37a2e41e92933254a8432f3b74ad1a16eae2c5ac))
- **all:** Auto-regenerate discovery clients
([#&#8203;1777](https://togithub.com/googleapis/google-api-go-client/issues/1777))
([5b02761](https://togithub.com/googleapis/google-api-go-client/commit/5b02761e99fbb41602d107af92a8dec393250321))
- **googleapi:** Add response headers to Error reported by
CheckMediaResponse
([#&#8203;1781](https://togithub.com/googleapis/google-api-go-client/issues/1781))
([e4271df](https://togithub.com/googleapis/google-api-go-client/commit/e4271dfa222fea0fcf61fc5133c66e2e8d8f08b1))
- Support set null map entries for non-simple map values
([#&#8203;1782](https://togithub.com/googleapis/google-api-go-client/issues/1782))
([c58bf4c](https://togithub.com/googleapis/google-api-go-client/commit/c58bf4cfef76fcd9a377452b5c3cb84d5f20ce98))

###
[`v0.104.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.104.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.103.0...v0.104.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1746](https://togithub.com/googleapis/google-api-go-client/issues/1746))
([292129c](https://togithub.com/googleapis/google-api-go-client/commit/292129c681cb5e8f7dc66e499e477be5aec4a26e))
- **all:** Auto-regenerate discovery clients
([#&#8203;1751](https://togithub.com/googleapis/google-api-go-client/issues/1751))
([a657f19](https://togithub.com/googleapis/google-api-go-client/commit/a657f191681814da2c048118f02e5a85e9c9436b))
- **all:** Auto-regenerate discovery clients
([#&#8203;1752](https://togithub.com/googleapis/google-api-go-client/issues/1752))
([dd565a4](https://togithub.com/googleapis/google-api-go-client/commit/dd565a4a1b3867b4a1fe86ff9d8a633a6f3ba032))
- **all:** Auto-regenerate discovery clients
([#&#8203;1753](https://togithub.com/googleapis/google-api-go-client/issues/1753))
([e18b504](https://togithub.com/googleapis/google-api-go-client/commit/e18b5044ca349e4d5b4a3b1cd807fed7e1e0fd39))
- **all:** Auto-regenerate discovery clients
([#&#8203;1755](https://togithub.com/googleapis/google-api-go-client/issues/1755))
([caf7af0](https://togithub.com/googleapis/google-api-go-client/commit/caf7af030c55a39723c92c3d9ee66b7c6c1e5a04))
- **all:** Auto-regenerate discovery clients
([#&#8203;1760](https://togithub.com/googleapis/google-api-go-client/issues/1760))
([97a9846](https://togithub.com/googleapis/google-api-go-client/commit/97a98461099acaeccf04f64531ef7f06696e64fd))
- **all:** Auto-regenerate discovery clients
([#&#8203;1766](https://togithub.com/googleapis/google-api-go-client/issues/1766))
([3195ce1](https://togithub.com/googleapis/google-api-go-client/commit/3195ce1ad12642c558d76353328a0ad05173e608))
- **all:** Auto-regenerate discovery clients
([#&#8203;1767](https://togithub.com/googleapis/google-api-go-client/issues/1767))
([2b596d9](https://togithub.com/googleapis/google-api-go-client/commit/2b596d9f5bf651ba950d60378880ef98bf9f439f))
- **all:** Auto-regenerate discovery clients
([#&#8203;1771](https://togithub.com/googleapis/google-api-go-client/issues/1771))
([f819644](https://togithub.com/googleapis/google-api-go-client/commit/f8196440cbf05306c6f25dfe490e1a9069d44952))
- **transport:** De-experiment google-c2p resolver
([#&#8203;1757](https://togithub.com/googleapis/google-api-go-client/issues/1757))
([8d8f0a7](https://togithub.com/googleapis/google-api-go-client/commit/8d8f0a70d0bd6ba4daaa08370d1420f759ff7f9d))

##### Bug Fixes

- **idtoken:** Increase MaxIdleConnsPerHost to 100 in NewClient
([#&#8203;1754](https://togithub.com/googleapis/google-api-go-client/issues/1754))
([629e217](https://togithub.com/googleapis/google-api-go-client/commit/629e217f768c719d047c87c7389fbf757a45d0b9)),
refs
[#&#8203;1744](https://togithub.com/googleapis/google-api-go-client/issues/1744)
- **transport/grpc:** Separate resolution of creds and certs
([#&#8203;1759](https://togithub.com/googleapis/google-api-go-client/issues/1759))
([c213153](https://togithub.com/googleapis/google-api-go-client/commit/c213153d17a87e76a4f721076ddaed3ac8cb26c7))

##### Documentation

- Document limitation of WithUserAgent
([#&#8203;1747](https://togithub.com/googleapis/google-api-go-client/issues/1747))
([567070f](https://togithub.com/googleapis/google-api-go-client/commit/567070f3835f9f4039ed121de7319f9cf5a5af6b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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://app.renovatebot.com/dashboard#github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
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.

Error building without CGO

3 participants