We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbebccb commit 46cdbb3Copy full SHA for 46cdbb3
1 file changed
utils/plain-local-build.sh
@@ -5,6 +5,19 @@
5
# You may also want to clean /tmp/conan-cache, to avoid reinjection of previous
6
# builds in the current one
7
8
+# Specialized for Linux, but could be changed
9
+export RUNNER_OS=Linux
10
+export RUNNER_ARCH=X64
11
+
12
13
+export LUXDEPS_VERSION=test
14
+export GCC_VERSION=14 # Note: even for gcc > 14
15
+export WORKSPACE=.
16
+export CXX_VERSION=20
17
+export CMAKE_POLICY_VERSION_MINIMUM=3.25
18
+export DEPS_BUILD_TYPE=Debug # Or Release/RelWithDebInfo/MinSizeRel, as needed
19
+export cache_dir
20
21
# Run conan
22
export CMAKE_BUILD_PARALLEL_LEVEL=
23
source run-conan.sh 2>&1 | tee /tmp/run-conan.log
0 commit comments