Skip to content

Commit

Permalink
Fix compilation of martin
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-markl committed May 14, 2024
1 parent 62d779d commit 050f056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,8 @@ jobs:
- v1-cargo-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}
- prepare_workspace
- run:
command: |
apt update
apt install -y openssl libssl-dev
name: Install OpenSSL
command: cargo update openssl --precise 0.10.64
name: Update OpenSSL library due to failed compilation
- run:
command: |
cargo build --release --target x86_64-unknown-linux-gnu
Expand Down
6 changes: 2 additions & 4 deletions .circleci/src/jobs/build_martin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ steps:
- v1-cargo-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}
- prepare_workspace
- run:
name: "Install OpenSSL"
command: |
apt update
apt install -y openssl libssl-dev
name: "Update OpenSSL library due to failed compilation"
command: cargo update openssl --precise 0.10.64
- run:
name: "Build"
command: |
Expand Down

0 comments on commit 050f056

Please sign in to comment.