Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] Stick to latest working version of pybind11.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Jul 2021 20:20:26 +0000 (22:20 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Jul 2021 20:20:56 +0000 (22:20 +0200)
See https://framagit.org/simgrid/simgrid/-/issues/76 for details.

.appveyor.yml

index 8713022..527a685 100644 (file)
@@ -43,7 +43,9 @@ install:
 # Work around a bug on appveyor where the default sh is not the one I expect
 - rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
 # We need pybind11. SimGrid will pick it automatically if the subdir is here
-- cmd: git clone --branch stable --depth=1 https://github.com/pybind/pybind11.git
+# FIXME: stick to v2.6.2 until issue https://framagit.org/simgrid/simgrid/-/issues/76 is resolved
+#- cmd: git clone --branch stable --depth=1 https://github.com/pybind/pybind11.git
+- cmd: git clone --branch v2.6.2 --depth=1 https://github.com/pybind/pybind11.git
 
 build_script:
 - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_msg=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .