Skip to content

Commit e450e2d

Browse files
committed
Fix src-bundle job
1 parent 6c3ed2a commit e450e2d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

builds/docker/linux/x86-x64/run-src-bundle.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ docker run --platform amd64 --rm \
33
-e CTNG_UID=${CTNG_UID:-$(id -u)} \
44
-e CTNG_GID=${CTNG_GID:-$(id -g)} \
55
-v `pwd`/../../../..:/firebird \
6-
-t --entrypoint /entry-src-bundle.sh asfernandes/firebird-builder:fb6-x64-ng-v1
6+
-v `pwd`/../../../../gen:/home/ctng/firebird-build/gen \
7+
--entrypoint /entry-src-bundle.sh \
8+
-t firebirdsql/firebird-builder-linux:fb6-x64-ng-v2

builds/docker/linux/x86-x64/scripts/src-bundle.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/sh
22
set -e
33

4-
./autogen.sh \
4+
cd /home/ctng/firebird-build
5+
6+
/firebird/autogen.sh \
57
--host=$BUILD_ARCH \
68
--prefix=/opt/firebird \
79
--enable-binreloc \

0 commit comments

Comments
 (0)