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 7ad4144 commit ff12d46Copy full SHA for ff12d46
dist-test/build.sh
@@ -6,9 +6,9 @@ export PROJ_ROOT=$(dirname $(dirname $(readlink -f $0)))
6
pushd ${PROJ_ROOT} >> /dev/null
7
8
# Run the build
9
+export FAABRIC_DEPLOYMENT_TYPE=gha-ci
10
docker compose \
11
run \
- -e FAABRIC_DEPLOYMENT_TYPE=gha-ci \
12
--rm \
13
cli \
14
/code/faabric/dist-test/build_internal.sh
dist-test/build_internal.sh
@@ -9,7 +9,7 @@ pushd ${PROJ_ROOT} >> /dev/null
source ./bin/workon.sh
# Run the debug build
-inv dev.cmake --build=Debug
+inv dev.cmake --build=Debug --clean
inv dev.cc faabric_dist_tests
inv dev.cc faabric_dist_test_server
15
inv dev.cc planner_server
0 commit comments