Skip to content

[libc][ci] Add arm-linux-gnueabihf toolchain to libc docker image.#202099

Merged
lntue merged 1 commit into
llvm:mainfrom
lntue:armbot
Jun 8, 2026
Merged

[libc][ci] Add arm-linux-gnueabihf toolchain to libc docker image.#202099
lntue merged 1 commit into
llvm:mainfrom
lntue:armbot

Conversation

@lntue

@lntue lntue commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

To prevent regression for arm-linux-gnueabihf target. See #201678

@lntue
lntue requested a review from boomanaiden154 June 7, 2026 04:07
@lntue
lntue marked this pull request as ready for review June 7, 2026 04:07
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-github-workflow

Author: lntue

Changes

To prevent regression for arm-linux-gnueabihf target. See #201678


Full diff: https://github.com/llvm/llvm-project/pull/202099.diff

1 Files Affected:

  • (modified) .github/workflows/containers/libc/Dockerfile (+2)
diff --git a/.github/workflows/containers/libc/Dockerfile b/.github/workflows/containers/libc/Dockerfile
index f7c6ea7ba23dd..69f5b11cead62 100644
--- a/.github/workflows/containers/libc/Dockerfile
+++ b/.github/workflows/containers/libc/Dockerfile
@@ -26,6 +26,8 @@ RUN apt-get update && \
     libstdc++6-ppc64el-cross \
     gcc-powerpc64le-linux-gnu \
     g++-powerpc64le-linux-gnu \
+    gcc-12-arm-linux-gnueabihf \
+    g++-12-arm-linux-gnueabihf \
     sudo \
     sccache \
     wget \

@boomanaiden154 boomanaiden154 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM.

@lntue
lntue merged commit 0552e40 into llvm:main Jun 8, 2026
21 checks passed
@lntue
lntue deleted the armbot branch June 8, 2026 13:04
carlobertolli pushed a commit to carlobertolli/llvm-project that referenced this pull request Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants