Skip to content

Commit

Permalink
chore(docker): Remove unused (and miss-spelled) configure flag that i…
Browse files Browse the repository at this point in the history
…s the default
  • Loading branch information
alerque committed Nov 2, 2024
1 parent 17bbbf6 commit f8e7c69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ ENV RUSTFLAGS="-C linker=clang -C link-arg=-fuse-ld=mold"

RUN ./bootstrap.sh
RUN ./configure \
--disable-embeded-resources \
--with-system-lua-sources \
--without-system-luarocks \
--without-manual
Expand Down
1 change: 0 additions & 1 deletion tests/Dockerfile-dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ COPY ./sile-$VERSION /src
WORKDIR /src

RUN ./configure \
--disable-embeded-resources \
--with-system-lua-sources \
--without-system-luarocks \
--without-manual
Expand Down

0 comments on commit f8e7c69

Please sign in to comment.