|
75 | 75 | - { target: ubuntu-latest, config: gcc-14 } |
76 | 76 | - { target: ubuntu-latest, config: clang-15 } |
77 | 77 | - { target: ubuntu-latest, config: clang-19 } |
78 | | - - { target: ubuntu-latest, config: boringssl } |
79 | | - - { target: ubuntu-latest, config: aws-lc } |
| 78 | +# these don't support our crypto methods |
| 79 | +# - { target: ubuntu-latest, config: boringssl } |
| 80 | +# - { target: ubuntu-latest, config: aws-lc } |
80 | 81 | - { target: ubuntu-latest, config: libressl-master } |
81 | 82 | # We don't support libreSSL earlier than 3.7 due to problems with |
82 | 83 | # the structures used by the aes-ctr mt cipher that wasn't address |
@@ -124,7 +125,7 @@ jobs: |
124 | 125 | - { target: ubuntu-latest, config: zlib-develop } |
125 | 126 | - { target: ubuntu-latest, config: tcmalloc } |
126 | 127 | #musl doens't know about linux/tcp.h so skip |
127 | | - - { target: ubuntu-latest, config: musl } |
| 128 | +# - { target: ubuntu-latest, config: musl } |
128 | 129 | - { target: ubuntu-22.04-arm, config: kitchensink } |
129 | 130 | - { target: ubuntu-24.04-arm, config: kitchensink } |
130 | 131 | # Can't copy the necessary pam file in darwin without |
|
0 commit comments