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

fix builds for csi-* build.make.patch with FULL_LDFLAGS #206

Merged
merged 4 commits into from
Feb 22, 2021

Conversation

zamnuts
Copy link
Contributor

@zamnuts zamnuts commented Feb 22, 2021

Description

Failed csi-* image builds due to upstream's upstream release-tools update which introduced an abstraction for FULL_LDFLAGS. This caused raspbernetes' build.make.patch diffs to be rejected (conflict).

Checklist

  • All commits are signed off. See the section Developer’s Certificate of Origin
  • Provide a title or release-note blurb suitable for the release notes.
  • All pre-commit hook validation passed successfully.
  • All commits contain a well-written commit description including a title, description, and a Fixes: #XXX line if the commit addresses a particular GitHub issue.
  • All workflow validation and compliance checks are passing.

Issue Ref

Fixes #205

Notes

See also #204 which fixes csi-external-resizer. All csi-* builds require an identical fix, and this PR fixes the remaining.

…pbernetes#205

In the upstream build.make, line 74 was pushed to line 79 and the FULL_LDFLAGS abstraction was introduced.
See kubernetes-csi/external-attacher#268

Signed-off-by: Andrew Zammit <[email protected]>
…aspbernetes#205

In the upstream build.make, line 74 was pushed to line 79 and the FULL_LDFLAGS abstraction was introduced.
See kubernetes-csi/external-provisioner#515

Signed-off-by: Andrew Zammit <[email protected]>
…patibility, raspbernetes#205

In the upstream build.make, line 74 was pushed to line 79 and the FULL_LDFLAGS abstraction was introduced.
See kubernetes-csi/external-snapshotter#437

Signed-off-by: Andrew Zammit <[email protected]>
…aspbernetes#205

In the upstream build.make, line 74 was pushed to line 79 and the FULL_LDFLAGS abstraction was introduced.
See kubernetes-csi/node-driver-registrar#118

Signed-off-by: Andrew Zammit <[email protected]>
@zamnuts zamnuts changed the title fix builds for csi-* make.build.patch fix builds for csi-* build.make.patch with FULL_LDFLAGS Feb 22, 2021
@xunholy xunholy merged commit 21c7284 into raspbernetes:master Feb 22, 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

Successfully merging this pull request may close these issues.

csi-* images are outdated, invalid build.make.patch failing builds
2 participants