Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 42e3832

Browse files
committed
Add CI fixes for github's updated Ubuntu container
Includes needed dev packages and an ignore for error messages seen on Ubuntu's version of curl but not in Clear Linux. Signed-off-by: William Douglas <[email protected]>
1 parent 243d708 commit 42e3832

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

scripts/github_actions/build_ci_dependencies.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
set -e
1111
CORES=2
1212

13+
sudo apt install libbz2-dev liblzma-dev
14+
1315
# If alread exists, reuse
1416
if [ -d dependencies ]; then
1517
pushd dependencies
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Error: Curl - Cannot close file.*

0 commit comments

Comments
 (0)