Skip to content

Commit 7c5d551

Browse files
committed
Fix CI
1 parent d28f9fa commit 7c5d551

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ jobs:
787787
%MSYS_BIN%\bash -lc "patch -d bdb -p1 -i ../db-tls-m4-fix-pthread.patch"
788788
%MSYS_BIN%\bash -lc "patch -d bdb -p1 -i ../mingw.patch"
789789
%MSYS_BIN%\bash -lc "patch -d bdb -p1 -i ../cx11.patch"
790-
%MSYS_BIN%\bash -lc "export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}; cd bdb/build_unix && ../dist/configure --prefix=/mingw --enable-mingw --enable-debug --disable-static --disable-replication --disable-tcl --without-cryptography LIBCSO_LIBS=-lwsock32 CPPFLAGS='-Wno-incompatible-pointer-types -Wno-old-style-definition'"
790+
%MSYS_BIN%\bash -lc "export CC=gcc lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}; cd bdb/build_unix && ../dist/configure --prefix=/mingw --enable-mingw --enable-debug --disable-static --disable-replication --disable-tcl --without-cryptography LIBCSO_LIBS=-lwsock32 CPPFLAGS='-Wno-incompatible-pointer-types -Wno-old-style-definition'"
791791
%MSYS_BIN%\bash -lc "make -C bdb/build_unix --jobs=$(($(nproc)+1))"
792792
793793
- name: Install BDB

.github/workflows/ibm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
# manual run in actions tab - for all branches
99
workflow_dispatch:
1010

11-
env:
12-
HOME: /home/runner
13-
1411
jobs:
1512
build:
1613
timeout-minutes: 10

0 commit comments

Comments
 (0)