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

Prebuilt trunk binary requires different glibc ver

parent 7196ce0d
No related branches found
No related tags found
No related merge requests found
Pipeline #92 passed with stage
in 5 minutes and 40 seconds
......@@ -39,6 +39,5 @@ RUN wget https://lab.lcr.gr/microhacks/flit/-/jobs/artifacts/trunk/raw/target/re
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
RUN cargo install --locked trunk && \
rm -rf ~/.cargo/registry/{cache,src}
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