mirror of
https://github.com/curl/curl.git
synced 2026-07-27 08:47:21 +03:00
GHA/non-native: fix passing some envs to the VMs
Also increase the minimum for FreeBSD.
Ref: #19987
Follow-up to 3f1cd809ee #19942
Closes #19988
This commit is contained in:
parent
c36416eb29
commit
7b2783496c
1 changed files with 4 additions and 3 deletions
7
.github/workflows/non-native.yml
vendored
7
.github/workflows/non-native.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue