Skip to content

Commit 6aa8425

Browse files
authored
[ci] Shallow clone in ci and update job names (#873)
* Shallow clone CppInterOp ci * Append missing -cppyy to ci native job names which run cppyy
1 parent a02ba96 commit 6aa8425

3 files changed

Lines changed: 8 additions & 14 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v6
33-
with:
34-
fetch-depth: 0
3533

3634
- name: Set up Python
3735
uses: actions/setup-python@v6

.github/workflows/emscripten.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656

5757
steps:
5858
- uses: actions/checkout@v6
59-
with:
60-
fetch-depth: 0
6159

6260
- name: Set up Python
6361
uses: actions/setup-python@v6

.github/workflows/main.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
include:
6969
# Ubuntu Arm Jobs
70-
- name: ubu24-arm-gcc12-clang-repl-21
70+
- name: ubu24-arm-gcc12-clang-repl-21-cppyy
7171
os: ubuntu-24.04-arm
7272
compiler: gcc-12
7373
clang-runtime: '21'
@@ -76,7 +76,7 @@ jobs:
7676
llvm_targets_to_build: "host;NVPTX"
7777
Valgrind: On
7878
python-version: '3.14'
79-
- name: ubu24-arm-gcc12-clang-repl-20
79+
- name: ubu24-arm-gcc12-clang-repl-20-cppyy
8080
os: ubuntu-24.04-arm
8181
compiler: gcc-12
8282
clang-runtime: '20'
@@ -112,7 +112,7 @@ jobs:
112112
llvm_targets_to_build: "host;NVPTX"
113113
python-version: '3.14'
114114
coverage: true
115-
- name: ubu24-x86-gcc12-clang-repl-21
115+
- name: ubu24-x86-gcc12-clang-repl-21-cppyy
116116
os: ubuntu-24.04
117117
compiler: gcc-12
118118
clang-runtime: '21'
@@ -121,7 +121,7 @@ jobs:
121121
llvm_targets_to_build: "host;NVPTX"
122122
Valgrind: On
123123
python-version: '3.14'
124-
- name: ubu24-x86-gcc12-clang-repl-20
124+
- name: ubu24-x86-gcc12-clang-repl-20-cppyy
125125
os: ubuntu-24.04
126126
compiler: gcc-12
127127
clang-runtime: '20'
@@ -158,7 +158,7 @@ jobs:
158158
llvm_targets_to_build: "host;NVPTX"
159159
python-version: '3.14'
160160
# MacOS Arm Jobs
161-
- name: osx26-arm-clang-clang-repl-21
161+
- name: osx26-arm-clang-clang-repl-21-cppyy
162162
os: macos-26
163163
compiler: clang
164164
clang-runtime: '21'
@@ -174,7 +174,7 @@ jobs:
174174
llvm_targets_to_build: "host"
175175
oop-jit: On
176176
python-version: '3.13'
177-
- name: osx26-arm-clang-clang-repl-20
177+
- name: osx26-arm-clang-clang-repl-20-cppyy
178178
os: macos-26
179179
compiler: clang
180180
clang-runtime: '20'
@@ -202,15 +202,15 @@ jobs:
202202
llvm_targets_to_build: "host;NVPTX"
203203
python-version: '3.14'
204204
# MacOS X86 Jobs
205-
- name: osx15-x86-clang-clang-repl-21
205+
- name: osx15-x86-clang-clang-repl-21-cppyy
206206
os: macos-15-intel
207207
compiler: clang
208208
clang-runtime: '21'
209209
cppyy: On
210210
llvm_enable_projects: "clang"
211211
llvm_targets_to_build: "host"
212212
python-version: '3.14'
213-
- name: osx15-x86-clang-clang-repl-20
213+
- name: osx15-x86-clang-clang-repl-20-cppyy
214214
os: macos-15-intel
215215
compiler: clang
216216
clang-runtime: '20'
@@ -276,8 +276,6 @@ jobs:
276276

277277
steps:
278278
- uses: actions/checkout@v6
279-
with:
280-
fetch-depth: 0
281279

282280
- name: Set up Python
283281
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)