Skip to content

Abort: Issue posted in wrong repository#530

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-arm-ci-link-error
Closed

Abort: Issue posted in wrong repository#530
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-arm-ci-link-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 4, 2026

No changes made. The issue regarding ARM CI failures with missing GCC runtime libraries (crtbeginS.o, libgcc, libgcc_s, crtendS.o) after moving the sysroot builder into bazel was posted in the wrong repository (envoy-website instead of the main Envoy repository).

The issue should be addressed in the correct channel/repository where the sysroot builder changes were actually made.

Original prompt

we recently moved the sysroot builder into bazel, alongside a bunch of small changes

when envoy now tries to consume this sysroot the arm CI fails trying to link the gcc runtime

    LDFLAGS='-stdlib=libc++ -fuse-ld=lld' \
    PATH=/bin:/usr/bin:/usr/local/bin \
    *** \
    ZERO_AR_DATE=1 \
  external/llvm_toolchain/bin/cc_wrapper.sh @bazel-out/aarch64-opt/bin/test/extensions/dynamic_modules/test_data/c/libno_program_init.so-2.params)
# Configuration: 6085750e505067b570d53fc4b7cb47ee372e38340bb3ca0419298b1a0438d8b1
# Execution platform: //bazel/platforms/rbe:linux_arm64
Execution result: https://mordenite.cluster.engflow.com/actions/executions/ChCTTvlk2S1ZiIKjmD3f-rB8EgdkZWZhdWx0GiUKIOoqQ5hW_fQPrHSvVIbdzjtpbSNVRxyoAal53Vvy4VdOEI8D
ld.lld: error: cannot open crtbeginS.o: No such file or directory
ld.lld: error: unable to find library -lgcc
ld.lld: error: unable to find library -lgcc_s
ld.lld: error: unable to find library -lgcc
ld.lld: error: unable to find library -lgcc_s
ld.lld: error: cannot open crtendS.o: No such file or directory

all x86 ci passes - not totally clear whether that is because its using librt - or as i suspect more likely, the github vm runners are leaking system libs into the build - not sure

either way - please take a look at the last pre-move release bins-1.27 sysroot arm packages and compare to the latest bins release packages to see if any obv reason why its missing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 4, 2026

Deploy Preview for envoy-website ready!

Name Link
🔨 Latest commit 0a25613
🔍 Latest deploy log https://app.netlify.com/projects/envoy-website/deploys/695a947703d2e3000810a15d
😎 Deploy Preview https://deploy-preview-530--envoy-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI changed the title [WIP] Fix arm CI linking issue with gcc runtime Abort: Issue posted in wrong repository Jan 4, 2026
Copilot AI requested a review from phlax January 4, 2026 16:27
@phlax phlax closed this Jan 4, 2026
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