Skip to content

Commit c56d26c

Browse files
committed
clean up Dockerfile
1 parent 335e7cd commit c56d26c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

systems/lexa/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ RUN curl -o lexa-oopsla25.tar.gz -sL https://github.com/lexa-lang/lexa/archive/r
66
RUN tar xvf lexa-oopsla25.tar.gz
77
WORKDIR ./lexa-OOPSLA25
88

9-
RUN nix --extra-experimental-features "nix-command flakes" build --accept-flake-config --no-link .#clang_18_preserve_none --cores 16
10-
RUN nix --extra-experimental-features "nix-command flakes" build --accept-flake-config --no-link nixpkgs#texliveSmall --cores 16
11-
RUN nix --extra-experimental-features "nix-command flakes" build --accept-flake-config --no-link .#effect_latest --cores 16
12-
RUN nix --extra-experimental-features "nix-command flakes" develop -j8 --cores 2
13-
RUN nix --extra-experimental-features "nix-command flakes" develop --command bash -c "opam init --disable-sandboxing && eval $(opam env) && opam switch create -y 5.3.0 && opam install -y multicont"
9+
RUN nix --extra-experimental-features "nix-command flakes" build --accept-flake-config --no-link .#clang_18_preserve_none
10+
RUN nix --extra-experimental-features "nix-command flakes" develop
1411
RUN nix-env -iA nixpkgs.util-linux nixpkgs.time
1512

1613
RUN echo -e '#!/usr/bin/env bash\n\

0 commit comments

Comments
 (0)