File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,8 @@ RUN curl -o lexa-oopsla25.tar.gz -sL https://github.com/lexa-lang/lexa/archive/r
66RUN tar xvf lexa-oopsla25.tar.gz
77WORKDIR ./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
1411RUN nix-env -iA nixpkgs.util-linux nixpkgs.time
1512
1613RUN echo -e '#!/usr/bin/env bash\n \
You can’t perform that action at this time.
0 commit comments