Compare commits
1 Commits
9cec2e0dc2
...
594787f306
| Author | SHA1 | Date |
|---|---|---|
|
|
594787f306 |
|
|
@ -9,4 +9,5 @@ steps:
|
||||||
lint:
|
lint:
|
||||||
image: 'git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19'
|
image: 'git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19'
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add rustfmt
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,7 @@
|
||||||
# Command to build and push builder image (change tags as necessary):
|
|
||||||
# docker buildx build -f build.Dockerfile -t git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19 --platform linux/amd64,linux/arm64 --push .
|
|
||||||
FROM rust:1.79-alpine3.19
|
FROM rust:1.79-alpine3.19
|
||||||
|
|
||||||
# Dependencies required to statically compile libarchive and libsqlite3
|
# Dependencies required to statically compile libarchive and libsqlite3
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
build-base \
|
|
||||||
libarchive-static libarchive-dev \
|
libarchive-static libarchive-dev \
|
||||||
zlib-static \
|
zlib-static \
|
||||||
openssl-libs-static \
|
openssl-libs-static \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue