Skip to content

Commit b977971

Browse files
committed
Fix build error due to compiler being old
1 parent 244e219 commit b977971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis/cmake-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ travis_script() {
2626
add_flag -gdwarf-2
2727

2828
# Fix invalid register for .seh_savexmm error
29-
add_flag -fno-asynchronous-unwind-tables
29+
add_c_flag -fno-asynchronous-unwind-tables
3030

3131
docker run \
3232
-e ALLOW_TEST_FAILURE=true \

other/docker/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster-slim
1+
FROM debian:bullseye-slim
22

33
# Build-time environment variables
44
ARG VERSION_SODIUM=1.0.18

0 commit comments

Comments
 (0)