File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22apt-get update
33
4- apt-get -yq install \
4+ apt-get -yq --no-install-recommends install \
55 build-essential \
66 pkg-config \
77 cmake \
@@ -31,4 +31,4 @@ apt-get -yq install \
3131# https://deb.sury.org/
3232sudo add-apt-repository ppa:ondrej/php
3333apt-get update
34- apt-get -yq install libmpdec-dev
34+ apt-get -yq --no-install-recommends install libmpdec-dev
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