We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244e219 commit b977971Copy full SHA for b977971
.travis/cmake-windows.sh
@@ -26,7 +26,7 @@ travis_script() {
26
add_flag -gdwarf-2
27
28
# Fix invalid register for .seh_savexmm error
29
- add_flag -fno-asynchronous-unwind-tables
+ add_c_flag -fno-asynchronous-unwind-tables
30
31
docker run \
32
-e ALLOW_TEST_FAILURE=true \
other/docker/windows/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:buster-slim
+FROM debian:bullseye-slim
2
3
# Build-time environment variables
4
ARG VERSION_SODIUM=1.0.18
0 commit comments