i don't think we need gcompat
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 1m4s

This commit is contained in:
2026-04-08 01:15:13 +02:00
parent f27325ee30
commit cf9eef0b7d

View File

@@ -10,7 +10,7 @@ WORKDIR /app
ENV IN_DOCKER=true ENV IN_DOCKER=true
# Install host build dependencies. # Install host build dependencies.
RUN apk add --no-cache clang lld musl-dev git gcompat RUN apk add --no-cache clang lld musl-dev git
# Build the application. # Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/ # Leverage a cache mount to /usr/local/cargo/registry/