We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7baff commit bad2e25Copy full SHA for bad2e25
2 files changed
.github/workflows/test-shared.yml
@@ -194,7 +194,7 @@ jobs:
194
- version: 1.1.1w
195
attr: openssl_1_1
196
continue-on-error: false
197
- # END_OPENSSL_MATRIX
+ # END_OPENSSL_MATRIX
198
name: 'aarch64-linux: with shared ${{ matrix.openssl.attr }} (${{ matrix.openssl.version }})'
199
runs-on: ubuntu-24.04-arm
200
continue-on-error: ${{ matrix.openssl['continue-on-error'] }}
tools/dep_updaters/update-nixpkgs-pin.sh
@@ -43,7 +43,7 @@ OPENSSL_MATRIX_BLOCK=$("$BASE_DIR/tools/nix/collect-openssl-matrix.sh" | jq -r -
43
.[]
44
| " - version: \(.version)\n attr: \(.attr)\n continue-on-error: \(cycle_tuple(.version) > cycle_tuple($supported))"
45
),
46
- " # END_OPENSSL_MATRIX"
+ " # END_OPENSSL_MATRIX"
47
]
48
| join("\n")
49
')
0 commit comments