File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33export DEBIAN_FRONTEND=noninteractive
44./.github/workflows/posix-deps-apt.sh
5- apt-get install -yq abigail-tools python3
5+ apt-get install -yq --no-install-recommends abigail-tools python3
66export CFLAGS=" -g3 -O0"
77./configure --enable-shared && make
88make regen-abidump
Original file line number Diff line number Diff line change 9292 restore-keys : |
9393 ubuntu-doc-
9494 - name : ' Install Dependencies'
95- run : sudo ./.github/workflows/posix-deps-apt.sh && sudo apt-get install wamerican
95+ run : sudo ./.github/workflows/posix-deps-apt.sh && sudo apt-get install --no-install-recommends wamerican
9696 - name : ' Configure CPython'
9797 run : ./configure --with-pydebug
9898 - name : ' Build CPython'
Original file line number Diff line number Diff line change 4747 if : ${{ fromJSON(inputs.bolt-optimizations) }}
4848 run : |
4949 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh 19
50- sudo apt-get install bolt-19
50+ sudo apt-get install --no-install-recommends bolt-19
5151 echo PATH="$(llvm-config-19 --bindir):$PATH" >> $GITHUB_ENV
5252 - name : Configure OpenSSL env vars
5353 run : |
You can’t perform that action at this time.
0 commit comments