Skip to content

Commit

Permalink
ci: docker update env
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Feb 16, 2023
1 parent 7efac83 commit f1074a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ RUN mkdir -p /tools/slang && chmod 777 /tools/slang && \
# install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH="${PATH}:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# install morty via cargo
RUN . "$HOME/.cargo/env" && cargo install --git https://github.com/pulp-platform/morty.git
RUN cargo install --git https://github.com/pulp-platform/morty.git

# install python dependencies
COPY .github/requirements.txt .
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: pulpplatform/cheshire-ci:latest
defaults:
run:
shell: bash -el {0}
steps:
-
name: Checkout
Expand All @@ -80,9 +77,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: pulpplatform/cheshire-ci:latest
defaults:
run:
shell: bash -el {0}
steps:
-
name: Checkout
Expand Down

0 comments on commit f1074a0

Please sign in to comment.