Skip to content

Commit

Permalink
github: Install python2 for ubuntu (python3 now default)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Mar 10, 2024
1 parent 9873fc3 commit 4a6dc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generic-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run () {
apt-get update
apt-mark hold php* google* libobjc* libpq* libidn* postgresql* python3-httplib2 samba* >/dev/null
apt-get upgrade -y
apt-get install -y binutils-dev libcurl4-openssl-dev libdw-dev libiberty-dev gcc g++ make cmake libssl-dev git python3 $EXTRA_PACKAGES
apt-get install -y binutils-dev libcurl4-openssl-dev libdw-dev libiberty-dev gcc g++ make cmake libssl-dev git python3 python2 $EXTRA_PACKAGES
export PATH="${PATH}:${HOME}/kcov/bin"
mkdir build build-tests
cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-i386.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ root-groups=root
preserve-environment=true
personality=linux32" >> /etc/schroot/schroot.conf

debootstrap --variant=buildd --arch i386 focal /chroots/i386 http://archive.ubuntu.com/ubuntu/
debootstrap --variant=buildd --arch i386 --components=main,universe jammy /chroots/i386 http://archive.ubuntu.com/ubuntu/

0 comments on commit 4a6dc09

Please sign in to comment.