Move ubuntu 22.04 dependencies to docker image

This commit is contained in:
Rodrigo Q. Saramago 2023-02-17 10:38:52 +01:00
parent f4ab85da3e
commit 927946c4f5
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359
2 changed files with 1 additions and 12 deletions

View File

@ -1104,11 +1104,6 @@ jobs:
- checkout
- attach_workspace:
at: build
- run:
name: Install all locales
command: |
apt update --assume-yes
apt install locales-all --assume-yes --no-install-recommends
- run: test/localeTest.sh build/solc/solc
- matrix_notify_failure_unless_pr
@ -1516,12 +1511,6 @@ jobs:
name: Print diff
when: on_fail
command: diff --unified=0 --report-identical-files --from-file $REPORT_FILES | head --lines 50
- run:
name: Install zip
when: on_fail
command: |
apt update --quiet
apt install zip --assume-yes
- run:
name: Bundle reports into a single package
when: on_fail

View File

@ -38,7 +38,7 @@ RUN set -ex; \
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
libboost-program-options-dev \
libcvc4-dev libz3-static-dev z3-static jq \
libcln-dev; \
libcln-dev zip locales-all; \
apt-get install -qy python3-pip python3-sphinx; \
pip3 install codecov; \
rm -rf /var/lib/apt/lists/*