Skip to content
Snippets Groups Projects
Commit 7196ce0d authored by Louis's avatar Louis :fire:
Browse files

Include flit binary, download prebuilt trunk binary

parent 639c231e
No related branches found
No related tags found
No related merge requests found
Pipeline #79 passed with stage
in 40 seconds
...@@ -34,4 +34,11 @@ RUN wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/ ...@@ -34,4 +34,11 @@ RUN wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/
chmod +x crunch && \ chmod +x crunch && \
mv crunch /usr/local/bin/crunch mv crunch /usr/local/bin/crunch
RUN cargo install --locked trunk RUN wget https://lab.lcr.gr/microhacks/flit/-/jobs/artifacts/trunk/raw/target/release/flit?job=build-linux && \
mv 'flit?job=build-linux' flit && \
chmod +x flit && \
mv flit /usr/local/bin/flit
RUN wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- \
&& chmod +x trunk \
&& mv trunk /usr/local/bin/trunk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment