-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for building core on Ubuntu Bionic and add support for b…
- Loading branch information
1 parent
635857a
commit 81aa40c
Showing
10 changed files
with
35 additions
and
49 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
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
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
4 changes: 2 additions & 2 deletions
4
...ges/clp-env-base-ubuntu-bionic/Dockerfile → ...ages/clp-env-base-ubuntu-jammy/Dockerfile
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
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
34 changes: 0 additions & 34 deletions
34
components/core/tools/scripts/lib_install/ubuntu-bionic/install-prebuilt-packages.sh
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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
21 changes: 21 additions & 0 deletions
21
components/core/tools/scripts/lib_install/ubuntu-jammy/install-prebuilt-packages.sh
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/usr/bin/env bash | ||
|
||
apt-get update | ||
DEBIAN_FRONTEND=noninteractive apt-get install -y \ | ||
ca-certificates \ | ||
checkinstall \ | ||
cmake \ | ||
curl \ | ||
build-essential \ | ||
git \ | ||
libboost-filesystem-dev \ | ||
libboost-iostreams-dev \ | ||
libboost-program-options-dev \ | ||
libmariadb-dev \ | ||
libssl-dev \ | ||
openjdk-11-jdk \ | ||
pkg-config \ | ||
python3 \ | ||
python3-pip \ | ||
rsync \ | ||
software-properties-common |