Skip to content

Commit 68d1aa8

Browse files
committed
Tracking ci.yml changes from master.
1 parent 191769c commit 68d1aa8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci_sh_def.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: brew install boost
8989

9090
- name: Update CMake
91-
uses: jwlawson/actions-setup-cmake@v1.9
91+
uses: jwlawson/actions-setup-cmake@v1.10
9292

9393
- name: Cache wheels
9494
if: runner.os == 'macOS'
@@ -208,7 +208,7 @@ jobs:
208208
debug: ${{ matrix.python-debug }}
209209

210210
- name: Update CMake
211-
uses: jwlawson/actions-setup-cmake@v1.9
211+
uses: jwlawson/actions-setup-cmake@v1.10
212212

213213
- name: Valgrind cache
214214
if: matrix.valgrind
@@ -463,7 +463,7 @@ jobs:
463463
run: python3 -m pip install --upgrade pip
464464

465465
- name: Update CMake
466-
uses: jwlawson/actions-setup-cmake@v1.9
466+
uses: jwlawson/actions-setup-cmake@v1.10
467467

468468
- name: Configure
469469
shell: bash
@@ -615,13 +615,13 @@ jobs:
615615

616616
- name: VAR_BUILD_TYPE 7
617617
if: matrix.centos == 7
618-
run: echo Release > VAR_BUILD_TYPE
618+
run: echo MinSizeRel > VAR_BUILD_TYPE
619619

620-
# Using Debug to avoid segfault that appeared around 2021-06-04,
620+
# Using Release to avoid segfault that appeared around 2021-06-04,
621621
# apparently when the gcc version changed from 8.3 to 8.4.
622622
- name: VAR_BUILD_TYPE 8
623623
if: matrix.centos == 8
624-
run: echo Debug > VAR_BUILD_TYPE
624+
run: echo Release > VAR_BUILD_TYPE
625625

626626
- name: Configure
627627
shell: bash
@@ -687,7 +687,7 @@ jobs:
687687
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
688688
working-directory: /build-tests
689689

690-
- name: Run tests
690+
- name: Python tests
691691
run: make pytest -j 2
692692
working-directory: /build-tests
693693

@@ -761,7 +761,7 @@ jobs:
761761
architecture: x86
762762

763763
- name: Update CMake
764-
uses: jwlawson/actions-setup-cmake@v1.9
764+
uses: jwlawson/actions-setup-cmake@v1.10
765765

766766
- name: Prepare MSVC
767767
uses: ilammy/[email protected]
@@ -784,7 +784,7 @@ jobs:
784784
- name: Build C++11
785785
run: cmake --build build -j 2
786786

787-
- name: Run tests
787+
- name: Python tests
788788
run: cmake --build build -t pytest
789789

790790
win32-msvc2015:
@@ -808,7 +808,7 @@ jobs:
808808
python-version: ${{ matrix.python }}
809809

810810
- name: Update CMake
811-
uses: jwlawson/actions-setup-cmake@v1.9
811+
uses: jwlawson/actions-setup-cmake@v1.10
812812

813813
- name: Prepare MSVC
814814
uses: ilammy/[email protected]
@@ -864,7 +864,7 @@ jobs:
864864
python-version: ${{ matrix.python }}
865865

866866
- name: Update CMake
867-
uses: jwlawson/actions-setup-cmake@v1.9
867+
uses: jwlawson/actions-setup-cmake@v1.10
868868

869869
- name: Prepare env
870870
run: python -m pip install -r tests/requirements.txt --prefer-binary

.github/workflows/ci_sh_def.yml.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2021-07-30 11:29:33.606510028 -0700
2-
+++ ci_sh_def.yml 2021-07-30 12:20:02.822962583 -0700
1+
--- ci.yml 2021-08-14 07:51:13.991347947 -0700
2+
+++ ci_sh_def.yml 2021-08-14 08:36:43.163463393 -0700
33
@@ -1,4 +1,16 @@
44
-name: CI-SH-AVL
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:

0 commit comments

Comments
 (0)