Skip to content

Commit

Permalink
try muslrust container
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Nov 7, 2023
1 parent f226a6e commit a9cef1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_ARCH=x86_64
ARG BUILD_LIBC=musl
FROM messense/rust-musl-cross:$BUILD_ARCH-$BUILD_LIBC AS sentry-build
FROM clux/muslrust:stable AS sentry-build

ARG BUILD_ARCH
ARG BUILD_LIBC
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-in-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eux

DOCKER_IMAGE="messense/rust-musl-cross:${DOCKER_TAG}"
DOCKER_IMAGE="clux/muslrust:stable"
BUILD_DIR="/work"

DOCKER_RUN_OPTS="
Expand Down

0 comments on commit a9cef1b

Please sign in to comment.