Skip to content

Commit f3ee8d8

Browse files
committed
Add python as required package to all of the containers
1 parent 14817b5 commit f3ee8d8

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/install/alpine.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PACKAGES=(
1313
ccache
1414
cmake
1515
ninja
16+
python3
1617
pkgconf
1718
git
1819
linux-headers

.github/install/archlinux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PACKAGES=(
1010
ccache
1111
clang
1212
cmake
13+
python
1314
git
1415
go
1516
ninja

.github/install/fedora.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PACKAGES=(
1313
clang
1414
cmake
1515
ninja-build
16+
python3
1617
pkgconf-pkg-config
1718
git
1819
make

.github/install/opensuse.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PACKAGES=(
1111
clang
1212
cmake
1313
ninja
14+
python3
1415
pkgconf-pkg-config
1516
git
1617
make

.github/install/ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PACKAGES=(
1818
cmake
1919
ninja-build
2020
clang
21+
python3
2122
git
2223
golang
2324
)

0 commit comments

Comments
 (0)