Skip to content

Commit ff12d46

Browse files
committed
tests(dist): attempt to fix dist-test build
1 parent 7ad4144 commit ff12d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist-test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export PROJ_ROOT=$(dirname $(dirname $(readlink -f $0)))
66
pushd ${PROJ_ROOT} >> /dev/null
77

88
# Run the build
9+
export FAABRIC_DEPLOYMENT_TYPE=gha-ci
910
docker compose \
1011
run \
11-
-e FAABRIC_DEPLOYMENT_TYPE=gha-ci \
1212
--rm \
1313
cli \
1414
/code/faabric/dist-test/build_internal.sh

dist-test/build_internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pushd ${PROJ_ROOT} >> /dev/null
99
source ./bin/workon.sh
1010

1111
# Run the debug build
12-
inv dev.cmake --build=Debug
12+
inv dev.cmake --build=Debug --clean
1313
inv dev.cc faabric_dist_tests
1414
inv dev.cc faabric_dist_test_server
1515
inv dev.cc planner_server

0 commit comments

Comments
 (0)