Skip to content

Commit cb8c995

Browse files
committed
fix: exclude explorer feature from TEE build
1 parent e471bd3 commit cb8c995

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reproducible.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ ENV SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
5656
COPY --from=vendorer /src .
5757

5858
# Build using the vendored dependencies (--offline)
59-
# and your custom performance profile
59+
# Exclude explorer feature (requires bun to build UI assets)
6060
RUN cargo build \
6161
--offline \
6262
--locked \
6363
--target x86_64-unknown-linux-musl \
6464
--profile performance \
65+
--no-default-features \
66+
--features "cartridge,client,init-slot,jemalloc" \
6567
--bin katana
6668

6769
RUN cp /build/target/x86_64-unknown-linux-musl/performance/katana /katana

0 commit comments

Comments
 (0)