File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ on: [push, pull_request]
1212
1313jobs :
1414 testing :
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616 env :
1717 PIPENV_IGNORE_VIRTUALENVS : 1
1818 USE_EXTERNAL_PIPENV_MIRROR : true
6464 # libsasl2-dev: Needed for building python-ldap.
6565 # libkrb5-dev: Needed for building pykerberos.
6666 # gettext: Needed for some "unit tests" (test_i18n.py)
67+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
68+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6769 sudo apt-get update
68- sudo apt-get install ksh librrd-dev libldap2-dev libsasl2-dev libkrb5-dev gettext
69- buildscripts/infrastructure/build-nodes/scripts/install-pipenv.sh
70+ sudo apt-get install ksh libfreetype-dev librrd-dev libldap2-dev libsasl2-dev libkrb5-dev gettext "^g\+\+-14$"
71+ sudo buildscripts/infrastructure/build-nodes/scripts/install-pipenv.sh
7072 make .venv
7173 - name : Run ${{ matrix.name }}
7274 env :
You can’t perform that action at this time.
0 commit comments