You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_native_nowallet.sh
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_nowallet
10
-
export DOCKER_NAME_TAG=ubuntu:16.04 # Use xenial to have one config run the tests in python3.5, see doc/dependencies.md
11
-
export PACKAGES="python3-zmq clang-3.8 llvm-3.8"# Use clang-3.8 to test C++11 compatibility, see doc/dependencies.md
10
+
export DOCKER_NAME_TAG=ubuntu:18.04 # Use bionic to have one config run the tests in python3.6, see doc/dependencies.md (3.6 is not available in xenial/16.04)
11
+
export PACKAGES="python3-zmq clang-3.9 llvm-3.9"# Use clang-3.9 to test C++11 compatibility, see doc/dependencies.md (3.8 is not available in bionic)
0 commit comments