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 54368ef commit 2bb0f79Copy full SHA for 2bb0f79
ci/build_and_test.sh
@@ -61,7 +61,7 @@ MODULES=(
61
Python/3.11.5-GCCcore-13.2.0
62
libxml2/2.11.5-GCCcore-13.2.0 # AL-Core
63
MDSplus/7.132.0-GCCcore-13.2.0 # backend
64
- UDA/2.7.5-GCC-13.2.0 # backend
+ UDA/2.8.1-GCC-13.2.0 # backend
65
Python/3.11.5-GCCcore-13.2.0 # documentation
66
)
67
;;&
@@ -135,6 +135,7 @@ CMAKE_ARGS=(
135
-D AL_HLI_DOCS=${AL_HLI_DOCS:-ON}
136
# Work around Boost linker issues on 2020b toolchain
137
-D Boost_NO_BOOST_CMAKE=${Boost_NO_BOOST_CMAKE:-ON}
138
+ -D CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD:-17}
139
140
# Note: compilers are set as environment variables in the Bamboo config
141
cmake -B build "${CMAKE_ARGS[@]}"
0 commit comments