mirror of
https://github.com/curl/curl.git
synced 2026-05-28 07:16:20 +03:00
parent
fd2a729a12
commit
e418b42c82
16 changed files with 39 additions and 8 deletions
3
.github/workflows/checkdocs.yml
vendored
3
.github/workflows/checkdocs.yml
vendored
|
|
@ -34,6 +34,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
# config file help: https://github.com/amperser/proselint/
|
||||
proselint:
|
||||
|
|
|
|||
3
.github/workflows/checksrc.yml
vendored
3
.github/workflows/checksrc.yml
vendored
|
|
@ -29,6 +29,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
checksrc:
|
||||
name: 'checksrc'
|
||||
|
|
|
|||
3
.github/workflows/checkurls.yml
vendored
3
.github/workflows/checkurls.yml
vendored
|
|
@ -21,6 +21,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
linkcheck:
|
||||
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
|
||||
|
|
|
|||
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
|
|
@ -33,6 +33,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
gha_python:
|
||||
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
|
||||
|
|
|
|||
3
.github/workflows/configure-vs-cmake.yml
vendored
3
.github/workflows/configure-vs-cmake.yml
vendored
|
|
@ -36,6 +36,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
check-linux:
|
||||
name: 'Linux'
|
||||
|
|
|
|||
11
.github/workflows/curl-for-win.yml
vendored
11
.github/workflows/curl-for-win.yml
vendored
|
|
@ -36,6 +36,7 @@ env:
|
|||
CW_MAP: '0'
|
||||
CW_JOBS: '5'
|
||||
CW_NOPKG: '1'
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
linux-glibc-gcc:
|
||||
|
|
@ -63,7 +64,7 @@ jobs:
|
|||
podman images --digests
|
||||
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
||||
--env-file <(env | grep -a -E \
|
||||
'^(CW_|GITHUB_)') \
|
||||
'^(CW_|DO_NOT_TRACK|GITHUB_)') \
|
||||
"${OCI_IMAGE_DEBIAN_STABLE}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
|
|
@ -90,7 +91,7 @@ jobs:
|
|||
podman images --digests
|
||||
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
||||
--env-file <(env | grep -a -E \
|
||||
'^(CW_|GITHUB_)') \
|
||||
'^(CW_|DO_NOT_TRACK|GITHUB_)') \
|
||||
"${OCI_IMAGE_DEBIAN}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
|
|
@ -117,7 +118,7 @@ jobs:
|
|||
podman images --digests
|
||||
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
||||
--env-file <(env | grep -a -E \
|
||||
'^(CW_|GITHUB_)') \
|
||||
'^(CW_|DO_NOT_TRACK|GITHUB_)') \
|
||||
"${OCI_IMAGE_DEBIAN}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
|
|
@ -164,7 +165,7 @@ jobs:
|
|||
podman images --digests
|
||||
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
||||
--env-file <(env | grep -a -E \
|
||||
'^(CW_|GITHUB_)') \
|
||||
'^(CW_|DO_NOT_TRACK|GITHUB_)') \
|
||||
"${OCI_IMAGE_DEBIAN}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
||||
|
|
@ -191,6 +192,6 @@ jobs:
|
|||
podman images --digests
|
||||
time podman run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
||||
--env-file <(env | grep -a -E \
|
||||
'^(CW_|GITHUB_)') \
|
||||
'^(CW_|DO_NOT_TRACK|GITHUB_)') \
|
||||
"${OCI_IMAGE_DEBIAN}" \
|
||||
sh -c ./_ci-linux-debian.sh
|
||||
|
|
|
|||
1
.github/workflows/distcheck.yml
vendored
1
.github/workflows/distcheck.yml
vendored
|
|
@ -21,6 +21,7 @@ permissions: {}
|
|||
|
||||
env:
|
||||
CURL_TEST_MIN: 1500
|
||||
DO_NOT_TRACK: '1'
|
||||
MAKEFLAGS: -j 5
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
3
.github/workflows/fuzz.yml
vendored
3
.github/workflows/fuzz.yml
vendored
|
|
@ -38,6 +38,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
Fuzzing:
|
||||
uses: curl/curl-fuzzer/.github/workflows/ci.yml@master # zizmor: ignore[unpinned-uses]
|
||||
|
|
|
|||
1
.github/workflows/http3-linux.yml
vendored
1
.github/workflows/http3-linux.yml
vendored
|
|
@ -35,6 +35,7 @@ env:
|
|||
MAKEFLAGS: -j 5
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1850
|
||||
DO_NOT_TRACK: '1'
|
||||
# renovate: datasource=github-releases depName=openssl/openssl versioning=semver extractVersion=^openssl-(?<version>.+)$ registryUrl=https://github.com
|
||||
OPENSSL_VERSION: 4.0.0
|
||||
# manually bumped
|
||||
|
|
|
|||
3
.github/workflows/label.yml
vendored
3
.github/workflows/label.yml
vendored
|
|
@ -19,6 +19,9 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: 'Labeler'
|
||||
|
|
|
|||
1
.github/workflows/linux-old.yml
vendored
1
.github/workflows/linux-old.yml
vendored
|
|
@ -50,6 +50,7 @@ env:
|
|||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1560
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
cmake-autotools:
|
||||
|
|
|
|||
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -33,6 +33,7 @@ env:
|
|||
MAKEFLAGS: -j 5
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1660
|
||||
DO_NOT_TRACK: '1'
|
||||
# renovate: datasource=github-tags depName=libressl/portable versioning=semver registryUrl=https://github.com
|
||||
LIBRESSL_VERSION: 4.3.1
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
|
|
|
|||
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -44,6 +44,7 @@ permissions: {}
|
|||
env:
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1750
|
||||
DO_NOT_TRACK: '1'
|
||||
MAKEFLAGS: -j 4
|
||||
LDFLAGS: -w # suppress 'object file was built for newer macOS version than being linked' warnings
|
||||
|
||||
|
|
|
|||
7
.github/workflows/non-native.yml
vendored
7
.github/workflows/non-native.yml
vendored
|
|
@ -34,6 +34,7 @@ permissions: {}
|
|||
env:
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1820
|
||||
DO_NOT_TRACK: '1'
|
||||
|
||||
jobs:
|
||||
netbsd:
|
||||
|
|
@ -52,7 +53,7 @@ jobs:
|
|||
env:
|
||||
MATRIX_ARCH: '${{ matrix.arch }}'
|
||||
with:
|
||||
environment_variables: CURL_CI CURL_TEST_MIN MATRIX_ARCH
|
||||
environment_variables: CURL_CI CURL_TEST_MIN DO_NOT_TRACK MATRIX_ARCH
|
||||
operating_system: 'netbsd'
|
||||
version: '10.1'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
|
@ -98,7 +99,7 @@ jobs:
|
|||
env:
|
||||
MATRIX_ARCH: '${{ matrix.arch }}'
|
||||
with:
|
||||
environment_variables: CURL_CI CURL_TEST_MIN MATRIX_ARCH
|
||||
environment_variables: CURL_CI CURL_TEST_MIN DO_NOT_TRACK MATRIX_ARCH
|
||||
operating_system: 'openbsd'
|
||||
version: '7.7'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
|
@ -153,7 +154,7 @@ jobs:
|
|||
MATRIX_DESC: '${{ matrix.desc }}'
|
||||
MATRIX_OPTIONS: '${{ matrix.options }}'
|
||||
with:
|
||||
environment_variables: CC CURL_CI CURL_TEST_MIN MATRIX_ARCH MATRIX_BUILD MATRIX_DESC MATRIX_OPTIONS
|
||||
environment_variables: CC CURL_CI CURL_TEST_MIN DO_NOT_TRACK MATRIX_ARCH MATRIX_BUILD MATRIX_DESC MATRIX_OPTIONS
|
||||
operating_system: 'freebsd'
|
||||
version: '14.3'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
|
|
|||
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -35,6 +35,7 @@ env:
|
|||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1800
|
||||
CURL_TEST_SSH_KEYALGO: ed25519
|
||||
DO_NOT_TRACK: '1'
|
||||
OPENSSH_WINDOWS_VERSION: 10.0.0.0p2-Preview
|
||||
OPENSSH_WINDOWS_SHA256_ARM64: 698c6aec31c1dd0fb996206e8741f4531a97355686b5431ef347d531b07fcd42
|
||||
OPENSSH_WINDOWS_SHA256_WIN64: 23f50f3458c4c5d0b12217c6a5ddfde0137210a30fa870e98b29827f7b43aba5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue