Skip to content

Commit ca31760

Browse files
committed
[CIR] sync .github/workflows with upstream
1 parent 44e270a commit ca31760

File tree

11 files changed

+13
-514
lines changed

11 files changed

+13
-514
lines changed

.github/workflows/clang-cir-lint.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.github/workflows/clang-cir-rebase.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/clang-cir-tests.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/containers/github-action-ci-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agent image for LLVM org cluster.
22
# .net 4.8 is required by chocolately package manager.
3-
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
3+
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022
44

55
# Restore the default Windows shell for correct batch processing.
66
SHELL ["cmd", "/S", "/C"]

.github/workflows/docs.yml

Lines changed: 4 additions & 4 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: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
63+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
6464
with:
6565
skip_initial_fetch: true
6666
base_sha: 'HEAD~1'
@@ -95,9 +95,9 @@ jobs:
9595
workflow:
9696
- '.github/workflows/docs.yml'
9797
- name: Setup Python env
98-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
98+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9999
with:
100-
python-version: '3.11'
100+
python-version: '3.14'
101101
cache: 'pip'
102102
cache-dependency-path: 'llvm/docs/requirements-hashed.txt'
103103
- name: Install python dependencies
@@ -209,7 +209,7 @@ jobs:
209209
mkdir built-docs/flang
210210
cp -r flang-build/docs/* built-docs/flang/
211211
- name: Upload docs
212-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
212+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
213213
with:
214214
name: docs-output
215215
path: built-docs/

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
- 'runtimes/**'
2323
- 'cmake/**'
2424
- '.github/workflows/libcxx-build-and-test.yaml'
25+
schedule:
26+
# Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
27+
- cron: '0 8 * * *'
2528

2629
permissions:
2730
contents: read # Default everything to read-only

.github/workflows/llvm-project-tests.yml

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)