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 6c3ed2a commit e450e2dCopy full SHA for e450e2d
2 files changed
builds/docker/linux/x86-x64/run-src-bundle.sh
@@ -3,4 +3,6 @@ docker run --platform amd64 --rm \
3
-e CTNG_UID=${CTNG_UID:-$(id -u)} \
4
-e CTNG_GID=${CTNG_GID:-$(id -g)} \
5
-v `pwd`/../../../..:/firebird \
6
- -t --entrypoint /entry-src-bundle.sh asfernandes/firebird-builder:fb6-x64-ng-v1
+ -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
@@ -1,7 +1,9 @@
1
#!/bin/sh
2
set -e
-./autogen.sh \
+cd /home/ctng/firebird-build
+
+/firebird/autogen.sh \
--host=$BUILD_ARCH \
--prefix=/opt/firebird \
9
--enable-binreloc \
0 commit comments