File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN chmod a+X /root
53
53
# Convenience list of versions and variables for compilation later on
54
54
# This helps continuing manually if anything breaks.
55
55
ENV SSL_VER="1.1.1w" \
56
- CURL_VER="8.6 .0" \
56
+ CURL_VER="8.4 .0" \
57
57
ZLIB_VER="1.3.1" \
58
58
PQ_VER="11.12" \
59
59
SQLITE_VER="3450100" \
@@ -120,7 +120,7 @@ RUN curl -sSL https://ftp.postgresql.org/pub/source/v$PQ_VER/postgresql-$PQ_VER.
120
120
cd .. && rm -rf postgresql-$PQ_VER
121
121
122
122
# Build libsqlite3 using same configuration as the alpine linux main/sqlite package
123
- RUN curl -sSL https://www.sqlite.org/2023 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
123
+ RUN curl -sSL https://www.sqlite.org/2024 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
124
124
cd sqlite-autoconf-$SQLITE_VER && \
125
125
CFLAGS="-DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_RTREE -DSQLITE_USE_URI -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1" \
126
126
CC="musl-gcc -fPIC -pie" \
Original file line number Diff line number Diff line change 1
1
# See https://just.systems/man/
2
2
3
+ [private ]
3
4
default :
4
- @just --list --unsorted --color=always | rg -v " default"
5
+ @ just --list --unsorted --color=always
5
6
6
7
_ build channel :
7
8
docker build --build-arg CHANNEL=" {{ channel}} " -t clux/ muslrust:temp .
@@ -33,7 +34,3 @@ clean-tests:
33
34
sudo find . -iname Cargo.lock -exec rm {} \;
34
35
sudo find . -mindepth 3 -maxdepth 3 -name target -exec rm -rf {} \;
35
36
sudo rm -f test/ dieselsqlitecrate/ main.db
36
-
37
- # mode: makefile
38
- # End:
39
- # vim: set ft=make :
You can’t perform that action at this time.
0 commit comments