Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdp7 committed Nov 10, 2022
1 parent 4adebc8 commit bc13166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/el8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN yum install -y openssl-devel
RUN yum groupinstall -y 'Development Tools'
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH=/root/.cargo/bin:$PATH
COPY cargo-config.toml /root/.cargo/config.toml
RUN cargo install cargo-rpm
WORKDIR /root/src/
CMD cargo rpm build
3 changes: 3 additions & 0 deletions packages/el8/cargo-config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://github.com/rust-lang/cargo/issues/10583
[net]
git-fetch-with-cli = true

0 comments on commit bc13166

Please sign in to comment.