Skip to content

Commit ce8ed8c

Browse files
committed
Fix Lite builds
1 parent c8f1bec commit ce8ed8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-in-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
# b) allow the build scripts to "mv" the binaries into the /out directory
3535
uid="$(id -u)"
3636
# run build
37-
docker run -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
37+
docker run -e BUILD_LITE -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
3838
"${DOCKER_OPTS[@]}" -v "$(readlink -f ..):/ws" \
3939
"$current_branch_tag" \
4040
bash ci/build.sh

0 commit comments

Comments
 (0)