Skip to content

Commit

Permalink
wip: working version for 3 linux distros based on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
garikello3d committed Dec 26, 2023
1 parent 5dddd46 commit aa4c250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ Cargo.lock

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

scripts/build
2 changes: 1 addition & 1 deletion scripts/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $OS
ARG PAC

RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN $PAC update && $PAC install -y git gcc curl
RUN $PAC -y update && $PAC install -y git gcc curl

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup && sh /tmp/rustup -y
ADD scripts/build-internal.sh /
Expand Down

0 comments on commit aa4c250

Please sign in to comment.