Skip to content

build: Style fix#1802

Open
debarshiray wants to merge 3 commits into
containers:mainfrom
debarshiray:wip/rishi/src-go-build-wrapper-extldflags-use-comma-not-equal
Open

build: Style fix#1802
debarshiray wants to merge 3 commits into
containers:mainfrom
debarshiray:wip/rishi/src-go-build-wrapper-extldflags-use-comma-not-equal

Conversation

@debarshiray
Copy link
Copy Markdown
Member

Use a comma to pass an argument to an external linker option instead of an equal sign for consistency. It was originally copied verbatim from the NVIDIA Container Toolkit [1], which itself has this inconsistency.

Fallout from 66280a6

[1] NVIDIA Container Toolkit commit 772cf77dcc2347ce
NVIDIA/nvidia-container-toolkit@772cf77dcc2347ce
NVIDIA/nvidia-container-toolkit#333

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the go-build-wrapper script to correct the syntax for passing the --unresolved-symbols option to the linker via -Wl, changing the separator from = to ,. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

debarshiray added a commit to debarshiray/toolbox that referenced this pull request Jun 5, 2026
Use a comma to pass an argument to an external linker option instead of
an equal sign for consistency.  It was originally copied verbatim from
the NVIDIA Container Toolkit [1], which itself has this inconsistency.

Fallout from 66280a6

[1] NVIDIA Container Toolkit commit 772cf77dcc2347ce
    NVIDIA/nvidia-container-toolkit@772cf77dcc2347ce
    NVIDIA/nvidia-container-toolkit#333

containers#1802
@debarshiray debarshiray force-pushed the wip/rishi/src-go-build-wrapper-extldflags-use-comma-not-equal branch from def89d8 to 730326c Compare June 5, 2026 18:30
@debarshiray debarshiray requested a review from Jmennius as a code owner June 5, 2026 18:30
Use a comma to pass an argument to an external linker flag instead of an
equal sign for consistency.  It was originally copied verbatim from the
NVIDIA Container Toolkit [1], which itself has this inconsistency.

Fallout from 66280a6

[1] NVIDIA Container Toolkit commit 772cf77dcc2347ce
    NVIDIA/nvidia-container-toolkit@772cf77dcc2347ce
    NVIDIA/nvidia-container-toolkit#333

containers#1802
@debarshiray debarshiray force-pushed the wip/rishi/src-go-build-wrapper-extldflags-use-comma-not-equal branch from 730326c to ebee6ab Compare June 5, 2026 18:38
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.

2 participants