Skip to content

Commit e3d333c

Browse files
committed
Remove AWS-LC and Boringssl tests.
1 parent a06d2d8 commit e3d333c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ jobs:
7575
- { target: ubuntu-latest, config: gcc-14 }
7676
- { target: ubuntu-latest, config: clang-15 }
7777
- { 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 }
8081
- { target: ubuntu-latest, config: libressl-master }
8182
# We don't support libreSSL earlier than 3.7 due to problems with
8283
# the structures used by the aes-ctr mt cipher that wasn't address
@@ -124,7 +125,7 @@ jobs:
124125
- { target: ubuntu-latest, config: zlib-develop }
125126
- { target: ubuntu-latest, config: tcmalloc }
126127
#musl doens't know about linux/tcp.h so skip
127-
- { target: ubuntu-latest, config: musl }
128+
# - { target: ubuntu-latest, config: musl }
128129
- { target: ubuntu-22.04-arm, config: kitchensink }
129130
- { target: ubuntu-24.04-arm, config: kitchensink }
130131
# Can't copy the necessary pam file in darwin without

0 commit comments

Comments
 (0)