Skip to content

Commit 6583410

Browse files
committed
Try to get firebird working on linux x32 CI
1 parent fec2055 commit 6583410

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/actions/apt-x32/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ runs:
4040
libxpm-dev:i386 \
4141
libxslt1-dev:i386 \
4242
libzip-dev:i386 \
43+
firebird-dev:i386 \
4344
locales \
4445
make \
4546
pkg-config:i386 \

.github/actions/configure-x32/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
--with-pgsql \
2727
--with-pdo-pgsql \
2828
--with-pdo-sqlite \
29+
--with-pdo-firebird \
2930
--without-pear \
3031
--enable-gd \
3132
--with-jpeg \

.github/workflows/push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ jobs:
154154
env:
155155
MYSQL_DATABASE: test
156156
MYSQL_ROOT_PASSWORD: root
157+
firebird:
158+
image: jacobalberty/firebird
159+
ports:
160+
- 3050:3050
161+
env:
162+
ISC_PASSWORD: test
163+
FIREBIRD_DATABASE: test.fdb
164+
FIREBIRD_USER: test
165+
FIREBIRD_PASSWORD: test
157166
steps:
158167
- name: git checkout
159168
uses: actions/checkout@v4

0 commit comments

Comments
 (0)