From 7b2783496ce7c38ac76502642b57325caaa12b96 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 15 Dec 2025 23:42:39 +0100 Subject: [PATCH] GHA/non-native: fix passing some envs to the VMs Also increase the minimum for FreeBSD. Ref: #19987 Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942 Closes #19988 --- .github/workflows/non-native.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 1ce2368edd..e1b675aa2c 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -56,7 +56,7 @@ jobs: env: MATRIX_ARCH: '${{ matrix.arch }}' with: - environment_variables: MATRIX_ARCH + environment_variables: CURL_CI CURL_TEST_MIN MATRIX_ARCH operating_system: 'netbsd' version: '10.1' architecture: ${{ matrix.arch }} @@ -101,7 +101,7 @@ jobs: env: MATRIX_ARCH: '${{ matrix.arch }}' with: - environment_variables: MATRIX_ARCH + environment_variables: CURL_CI CURL_TEST_MIN MATRIX_ARCH operating_system: 'openbsd' version: '7.7' architecture: ${{ matrix.arch }} @@ -150,12 +150,13 @@ jobs: uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0 env: CC: '${{ matrix.compiler }}' + CURL_TEST_MIN: 1800 MATRIX_ARCH: '${{ matrix.arch }}' MATRIX_BUILD: '${{ matrix.build }}' MATRIX_DESC: '${{ matrix.desc }}' MATRIX_OPTIONS: '${{ matrix.options }}' with: - environment_variables: CC MATRIX_ARCH MATRIX_BUILD MATRIX_DESC MATRIX_OPTIONS + environment_variables: CC CURL_CI CURL_TEST_MIN MATRIX_ARCH MATRIX_BUILD MATRIX_DESC MATRIX_OPTIONS operating_system: 'freebsd' version: '14.3' architecture: ${{ matrix.arch }}