Skip to content

Commit 8f9355a

Browse files
authored
Merge branch 'main' into abi-test-container
2 parents 9809e74 + fca5d45 commit 8f9355a

File tree

88 files changed

+1360
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1360
-242
lines changed

.ci/monolithic-windows.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
4747
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
4848
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
4949
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
50-
-D CMAKE_CXX_FLAGS="-Wno-c++98-compat -Wno-c++14-compat -Wno-unsafe-buffer-usage -Wno-old-style-cast" \
5150
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
5251

5352
start-group "ninja"

.github/workflows/build-ci-container-tooling.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ on:
1212
- '.github/workflows/containers/github-action-ci-tooling/**'
1313
- llvm/utils/git/requirements_formatting.txt
1414
- llvm/utils/git/requirements_linting.txt
15-
- '.github/workflows/build-container/**'
16-
- '.github/workflows/push-container/**'
15+
- '.github/actions/build-container/**'
16+
- '.github/actions/push-container/**'
1717
pull_request:
1818
paths:
1919
- .github/workflows/build-ci-container-tooling.yml
2020
- '.github/workflows/containers/github-action-ci-tooling/**'
2121
- llvm/utils/git/requirements_formatting.txt
2222
- llvm/utils/git/requirements_linting.txt
23-
- '.github/workflows/build-container/**'
24-
- '.github/workflows/push-container/**'
23+
- '.github/actions/build-container/**'
24+
- '.github/actions/push-container/**'
2525

2626
jobs:
2727
build-ci-container-tooling:
@@ -48,10 +48,10 @@ jobs:
4848
llvm/utils/git/requirements_formatting.txt
4949
llvm/utils/git/requirements_linting.txt
5050
clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
51-
.github/workflows/build-container
51+
.github/actions/build-container
5252
5353
- name: Build Container
54-
uses: ./.github/workflows/build-container
54+
uses: ./.github/actions/build-container
5555
with:
5656
container-name: ci-ubuntu-24.04-${{ matrix.container-name }}
5757
dockerfile: .github/workflows/containers/github-action-ci-tooling/Dockerfile
@@ -70,8 +70,8 @@ jobs:
7070
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
with:
7272
sparse-checkout: |
73-
.github/workflows/push-container
73+
.github/actions/push-container
7474
75-
- uses: ./.github/workflows/push-container
75+
- uses: ./.github/actions/push-container
7676
with:
7777
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-ci-container.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
paths:
1111
- .github/workflows/build-ci-container.yml
1212
- '.github/workflows/containers/github-action-ci/**'
13-
- '.github/workflows/build-container/**'
14-
- '.github/workflows/push-container/**'
13+
- '.github/actions/build-container/**'
14+
- '.github/actions/push-container/**'
1515
pull_request:
1616
paths:
1717
- .github/workflows/build-ci-container.yml
1818
- '.github/workflows/containers/github-action-ci/**'
19-
- '.github/workflows/build-container/**'
20-
- '.github/workflows/push-container/**'
19+
- '.github/actions/build-container/**'
20+
- '.github/actions/push-container/**'
2121

2222
jobs:
2323
build-ci-container:
@@ -40,10 +40,10 @@ jobs:
4040
with:
4141
sparse-checkout: |
4242
.github/workflows/containers/github-action-ci/
43-
.github/workflows/build-container
43+
.github/actions/build-container
4444
4545
- name: Build Container
46-
uses: ./.github/workflows/build-container
46+
uses: ./.github/actions/build-container
4747
with:
4848
container-name: ci-ubuntu-24.04${{ matrix.container-name && format('-{0}', matrix.container-name)}}
4949
context: .github/workflows/containers/github-action-ci/
@@ -65,8 +65,8 @@ jobs:
6565
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666
with:
6767
sparse-checkout: |
68-
.github/workflows/push-container
68+
.github/actions/push-container
6969
70-
- uses: ./.github/workflows/push-container
70+
- uses: ./.github/actions/push-container
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/check-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
sparse-checkout: .ci
2828
- name: Setup Python
29-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
29+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3030
with:
3131
python-version: 3.14
3232
cache: 'pip'

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 2
6161
- name: Get subprojects that have doc changes
6262
id: docs-changed-subprojects
63-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
63+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
6464
with:
6565
skip_initial_fetch: true
6666
base_sha: 'HEAD~1'
@@ -95,7 +95,7 @@ jobs:
9595
workflow:
9696
- '.github/workflows/docs.yml'
9797
- name: Setup Python env
98-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
98+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9999
with:
100100
python-version: '3.14'
101101
cache: 'pip'

.github/workflows/gha-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
sparse-checkout: |
3030
.github/
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
32+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3333
with:
3434
languages: actions
3535
queries: security-extended
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
37+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2

.github/workflows/issue-write.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: 'Comment on PR'
4242
if: steps.download-artifact.outputs.artifact-id != ''
43-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
43+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4444
with:
4545
github-token: ${{ secrets.GITHUB_TOKEN }}
4646
script: |

.github/workflows/libclang-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
- name: Setup Python
37-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
37+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Setup ccache

0 commit comments

Comments
 (0)