Skip to content

Commit f3bc788

Browse files
committed
CI: Skip installing libtinfo5
This package is no longer available on ubuntu-24.04.
1 parent 37e7bfe commit f3bc788

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.bcr/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matrix:
22
platform:
33
- debian10
4-
- ubuntu2004
4+
- ubuntu2404
55
- macos
66
- macos_arm64
77
# disable Windows for now, it fails with
@@ -19,7 +19,7 @@ tasks:
1919
- |
2020
if apt --version >/dev/null 2>/dev/null; then
2121
sudo apt update
22-
sudo apt install --no-install-recommends -yy libtinfo5 libgmp-dev
22+
sudo apt install --no-install-recommends -yy libgmp-dev
2323
fi
2424
- |
2525
if xcodebuild -version; then

.github/workflows/patch-test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
ghc-version: ${{ fromJSON(needs.find-ghc-version.outputs.ghc-matrix) }}
3535
runs-on: ${{ matrix.os }}
3636
steps:
37-
- name: Install required packages
38-
run: |
39-
sudo apt-get update
40-
sudo apt-get install --no-install-recommends -yy libtinfo5
41-
sudo apt-get clean
42-
if: ${{ matrix.os == 'ubuntu-24.04' }}
4337
- uses: actions/checkout@v4
4438
- name: Mount Bazel cache
4539
uses: actions/cache@v4

.github/workflows/workflow.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ jobs:
164164
steps:
165165
- uses: actions/checkout@v4
166166
- uses: ./.github/actions/free_disk_space_on_linux
167-
- uses: ./.github/actions/install_apt_pkgs
168-
with:
169-
packages: libtinfo5
170167
- name: Mount Bazel cache
171168
uses: actions/cache@v4
172169
with:
@@ -272,9 +269,6 @@ jobs:
272269
steps:
273270
- uses: actions/checkout@v4
274271
- uses: ./.github/actions/free_disk_space_on_linux
275-
- uses: ./.github/actions/install_apt_pkgs
276-
with:
277-
packages: libtinfo5
278272
- name: Mount Bazel cache
279273
uses: actions/cache@v4
280274
with:

0 commit comments

Comments
 (0)