mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
GHA/non-native: disable FreeBSD arm CI jobs (upstream breakage)
Package manager is not finding packages. FreeBSD 15, moving to cmake, dropping impacket, stunnel, ldap, kerberos, could not fix it. Closes #20267
This commit is contained in:
parent
44312b4b11
commit
41a6eeadf6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/non-native.yml
vendored
4
.github/workflows/non-native.yml
vendored
|
|
@ -137,8 +137,8 @@ jobs:
|
|||
include:
|
||||
- { build: 'autotools', arch: 'x86_64', compiler: 'clang' }
|
||||
- { build: 'cmake' , arch: 'x86_64', compiler: 'clang', options: '-DCMAKE_UNITY_BUILD=OFF', desc: ' !unity !runtests !examples' }
|
||||
- { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' }
|
||||
- { build: 'cmake' , arch: 'arm64' , compiler: 'clang' }
|
||||
# - { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' }
|
||||
# - { build: 'cmake' , arch: 'arm64' , compiler: 'clang' }
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue