Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[libcxx] Switch to release branch runners#149385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
boomanaiden154 wants to merge1 commit intollvm:release/21.x
base:release/21.x
Choose a base branch
Loading
fromboomanaiden154:libcxx-release-branch-runners-21x

Conversation

boomanaiden154
Copy link
Contributor

This ensures that if/when we bump the toolchain versions in the main container that we do not break tests on the release branch.

ldionne reacted with thumbs up emoji
This ensures that if/when we bump the toolchain versions in the maincontainer that we do not break tests on the release branch.
@llvmbotllvmbot added libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. github:workflow labelsJul 17, 2025
@llvmbot
Copy link
Member

llvmbot commentedJul 17, 2025
edited
Loading

@llvm/pr-subscribers-libcxx

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

This ensures that if/when we bump the toolchain versions in the main container that we do not break tests on the release branch.


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

1 Files Affected:

  • (modified) .github/workflows/libcxx-build-and-test.yaml (+8-8)
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yamlindex ec937de02ca1a..a5be912b1ab07 100644--- a/.github/workflows/libcxx-build-and-test.yaml+++ b/.github/workflows/libcxx-build-and-test.yaml@@ -36,7 +36,7 @@ concurrency: jobs:   stage1:     if: github.repository_owner == 'llvm'-    runs-on: llvm-premerge-libcxx-runners+    runs-on: llvm-premerge-libcxx-release-runners     continue-on-error: false     strategy:       fail-fast: false@@ -73,7 +73,7 @@ jobs:             **/crash_diagnostics/*   stage2:     if: github.repository_owner == 'llvm'-    runs-on: llvm-premerge-libcxx-runners+    runs-on: llvm-premerge-libcxx-release-runners     needs: [ stage1 ]     continue-on-error: false     strategy:@@ -147,19 +147,19 @@ jobs:           'generic-static',           'bootstrapping-build'         ]-        machine: [ 'llvm-premerge-libcxx-runners' ]+        machine: [ 'llvm-premerge-libcxx-release-runners' ]         include:         - config: 'generic-cxx26'-          machine: llvm-premerge-libcxx-runners+          machine: llvm-premerge-libcxx-release-runners         - config: 'generic-asan'-          machine: llvm-premerge-libcxx-runners+          machine: llvm-premerge-libcxx-release-runners         - config: 'generic-tsan'-          machine: llvm-premerge-libcxx-runners+          machine: llvm-premerge-libcxx-release-runners         - config: 'generic-ubsan'-          machine: llvm-premerge-libcxx-runners+          machine: llvm-premerge-libcxx-release-runners         # Use a larger machine for MSAN to avoid timeout and memory allocation issues.         - config: 'generic-msan'-          machine: llvm-premerge-libcxx-runners+          machine: llvm-premerge-libcxx-release-runners     runs-on: ${{ matrix.machine }}     steps:       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Copy link
Collaborator

@trutru left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks

Copy link
Member

@ldionneldionne left a comment

Choose a reason for hiding this comment

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

Thanks for this! It's nice that it seems to "just work" -- I love it.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@trutrutru approved these changes

@ldionneldionneldionne approved these changes

@cmticecmticecmtice approved these changes

@EricWFEricWFAwaiting requested review from EricWF

Assignees
No one assigned
Labels
github:workflowlibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

6 participants
@boomanaiden154@llvmbot@tru@ldionne@cmtice@nikic

[8]ページ先頭

©2009-2025 Movatter.jp