[CI] Add support for GitHub Actions#446
Conversation
|
We should probably turn off api_breakage_check_enabled as well since we don't expose a long-term stable API |
|
6.0 jobs fix: #447 |
|
shellcheck fix: #448 |
| linux_pre_build_command: apt-get update && apt-get install -y libsqlite3-dev libncurses5-dev | ||
| windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]' | ||
| linux_os_versions: '["noble", "jammy", "focal", "rhel-ubi9"]' | ||
| linux_pre_build_command: command -v apt >/dev/null 2>&1 && apt update && apt install -y libsqlite3-dev libncurses5-dev || (command -v yum >/dev/null 2>&1 && yum update -y && yum install -y sqlite-devel) |
There was a problem hiding this comment.
On RedHat it's libncurses-dev; I'd add that too.
There was a problem hiding this comment.
No match for argument: libncurses-dev
Error: Unable to find a match: libncurses-dev
Going to revert back to not including it.
There was a problem hiding this comment.
Oh, sorry, checked again and it's ncurses-devel.
I was looking at the Debian metapackage before -- and on Debian we should use libncurses-dev rather than libncurses5-dev; the latter is a transitional package for libncurses-dev.
|
Try adding |
jakepetroules
left a comment
There was a problem hiding this comment.
Do you want to land build-only as a first round?
|
@swift-ci test |
No description provided.