File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2828 - name : Prepare build environemnt
2929 uses : ./.github/actions/prepare-build-env
3030
31- - name : Install required tools
32- run : sudo apt-get update && sudo apt-get install -y automake pkgconf libtool
33-
3431 - name : Configure build tools
3532 run : |
3633 cd thirdparty/libxml2
7067 - name : Prepare build environemnt
7168 uses : ./.github/actions/prepare-build-env
7269
73- - name : Install required tools
74- run : sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y tcl
75-
76- - name : Configure build tools and compile
70+ - name : Configure build tools
7771 run : |
7872 cd thirdparty/sqlite
7973 git apply ../../patches/sqlite_fix_build.patch
8680 export CFLAGS="-DSQLITE_ENABLE_RTREE -DSQLITE_DQS=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 \
8781 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_USE_ALLOCA $OPT_FEATURE_FLAGS"
8882 emconfigure ./configure --disable-threadsafe --disable-shared --prefix=$GITHUB_WORKSPACE/dist
83+
84+ - name : Start compilation
85+ run : |
86+ cd thirdparty/sqlite
8987 # build amalgamation
9088 emmake make sqlite3.c
9189 emmake make install -j$(nproc)
You can’t perform that action at this time.
0 commit comments