-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Make file to cross-compile Trin (#1012)
- Loading branch information
Showing
11 changed files
with
304 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,6 @@ commands: | |
- run: | ||
name: Prepare for apt upgrades | ||
command: sudo apt update | ||
- run: | ||
name: Install libssl-dev for openssl-sys | ||
command: sudo apt install -y libssl-dev | ||
- run: | ||
name: Install libclang | ||
command: sudo apt install clang | ||
|
@@ -46,10 +43,7 @@ commands: | |
name: Prepare for apt upgrades | ||
command: apt update | ||
- run: | ||
name: Install libssl-dev for openssl-sys | ||
command: apt install -y libssl-dev | ||
- run: | ||
name: Install libclang for rocksdb | ||
name: Install libclang | ||
command: apt install -y clang | ||
orbs: | ||
rust: circleci/[email protected] | ||
|
@@ -236,9 +230,6 @@ jobs: | |
- run: | ||
name: Update package sources | ||
command: sudo apt update | ||
- run: | ||
name: Install libssl-dev for openssl-sys | ||
command: sudo NEEDRESTART_MODE=a apt install -y libssl-dev | ||
- run: | ||
name: Install libclang | ||
command: sudo NEEDRESTART_MODE=a apt install clang | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.