mirror of
https://github.com/curl/curl.git
synced 2026-07-31 22:58:03 +03:00
GHA: set HOMEBREW_NO_INSTALL_CLEANUP=1 where brew is used
To save work unnecessary in CI context.
This commit is contained in:
parent
7d5398f764
commit
eea67747f4
6 changed files with 6 additions and 0 deletions
1
.github/workflows/checksrc.yml
vendored
1
.github/workflows/checksrc.yml
vendored
|
|
@ -31,6 +31,7 @@ permissions: {}
|
|||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: '1'
|
||||
|
||||
jobs:
|
||||
checksrc:
|
||||
|
|
|
|||
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
|
@ -35,6 +35,7 @@ permissions: {}
|
|||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: '1'
|
||||
|
||||
jobs:
|
||||
gha_python:
|
||||
|
|
|
|||
1
.github/workflows/configure-vs-cmake.yml
vendored
1
.github/workflows/configure-vs-cmake.yml
vendored
|
|
@ -38,6 +38,7 @@ permissions: {}
|
|||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: '1'
|
||||
|
||||
jobs:
|
||||
check-linux:
|
||||
|
|
|
|||
1
.github/workflows/distcheck.yml
vendored
1
.github/workflows/distcheck.yml
vendored
|
|
@ -22,6 +22,7 @@ permissions: {}
|
|||
env:
|
||||
CURL_TEST_MIN: 1500
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: '1'
|
||||
MAKEFLAGS: -j 5
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -34,6 +34,7 @@ env:
|
|||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1660
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: '1'
|
||||
# renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
|
||||
AWSLC_VERSION: 5.1.0
|
||||
# renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com
|
||||
|
|
|
|||
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -46,6 +46,7 @@ env:
|
|||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1750
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: '1'
|
||||
MAKEFLAGS: -j 4
|
||||
LDFLAGS: -w # suppress 'object file was built for newer macOS version than being linked' warnings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue