CI: set DO_NOT_TRACK=1

Closes #21420
This commit is contained in:
Viktor Szakats 2026-04-23 10:17:13 +02:00
parent fd2a729a12
commit e418b42c82
No known key found for this signature in database
16 changed files with 39 additions and 8 deletions

View file

@ -34,6 +34,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
# config file help: https://github.com/amperser/proselint/
proselint:

View file

@ -29,6 +29,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
checksrc:
name: 'checksrc'

View file

@ -21,6 +21,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
linkcheck:
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}

View file

@ -33,6 +33,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
gha_python:
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}

View file

@ -36,6 +36,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
check-linux:
name: 'Linux'

View file

@ -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

View file

@ -21,6 +21,7 @@ permissions: {}
env:
CURL_TEST_MIN: 1500
DO_NOT_TRACK: '1'
MAKEFLAGS: -j 5
jobs:

View file

@ -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]

View file

@ -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

View file

@ -19,6 +19,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
label:
name: 'Labeler'

View file

@ -50,6 +50,7 @@ env:
CURL_CI: github
CURL_TEST_MIN: 1560
DEBIAN_FRONTEND: noninteractive
DO_NOT_TRACK: '1'
jobs:
cmake-autotools:

View file

@ -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

View file

@ -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

View file

@ -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 }}

View file

@ -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