Tracking ci.yml changes from master.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2022-10-09 21:56:46 -07:00
parent 67561bc6d2
commit 38182082f3
2 changed files with 13 additions and 10 deletions

View File

@ -342,8 +342,8 @@ jobs:
# Testing NVCC; forces sources to behave like .cu files
cuda:
runs-on: ubuntu-latest
name: "🐍 3.8 • CUDA 11.2 • Ubuntu 20.04"
container: nvidia/cuda:11.2.2-devel-ubuntu20.04
name: "🐍 3.10 • CUDA 11.7 • Ubuntu 22.04"
container: nvidia/cuda:11.7.0-devel-ubuntu22.04
steps:
- uses: actions/checkout@v3
@ -761,6 +761,9 @@ jobs:
args: -DCMAKE_CXX_STANDARD=20
- python: 3.8
args: -DCMAKE_CXX_STANDARD=17
- python: 3.7
args: -DCMAKE_CXX_STANDARD=14
name: "🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
runs-on: windows-2019

View File

@ -1,5 +1,5 @@
--- ci.yml 2022-09-15 05:25:58.998556736 -0700
+++ ci_sh_def.yml 2022-09-15 05:36:11.236234132 -0700
--- ci.yml 2022-10-09 21:54:56.682792329 -0700
+++ ci_sh_def.yml 2022-10-09 21:56:30.413425061 -0700
@@ -1,4 +1,16 @@
-name: CI
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:
@ -126,7 +126,7 @@
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
working-directory: /build-tests
@@ -771,6 +794,7 @@
@@ -774,6 +797,7 @@
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
@ -134,7 +134,7 @@
${{ matrix.args }}
- name: Build C++11
run: cmake --build build -j 2
@@ -825,6 +849,7 @@
@@ -828,6 +852,7 @@
-DPYBIND11_WERROR=ON
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
@ -142,7 +142,7 @@
${{ matrix.args }}
- name: Build C++11
run: cmake --build build --config Debug -j 2
@@ -865,6 +890,7 @@
@@ -868,6 +893,7 @@
-DDOWNLOAD_CATCH=ON
-DDOWNLOAD_EIGEN=ON
-DCMAKE_CXX_STANDARD=20
@ -150,7 +150,7 @@
- name: Build C++20
run: cmake --build build -j 2
@@ -912,7 +938,7 @@
@@ -915,7 +941,7 @@
- name: Configure C++11
# LTO leads to many undefined reference like
# `pybind11::detail::function_call::function_call(pybind11::detail::function_call&&)
@ -159,7 +159,7 @@
- name: Build C++11
run: cmake --build build -j 2
@@ -930,7 +956,7 @@
@@ -933,7 +959,7 @@
run: git clean -fdx
- name: Configure C++14
@ -168,7 +168,7 @@
- name: Build C++14
run: cmake --build build2 -j 2
@@ -948,7 +974,7 @@
@@ -951,7 +977,7 @@
run: git clean -fdx
- name: Configure C++17