Skip to content

Commit

Permalink
Address CircleCI failures (#319)
Browse files Browse the repository at this point in the history
This fixes a typo in the httpd job and disables the failing
openvpn, ngtcp2, and h2load jobs that were re-enabled in #298

Fixes #318

Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth authored Nov 21, 2024
1 parent b04c59e commit 49f2b96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
# all of them might exhaust memory
docker build --build-arg MAKE_DEFINES="-j 18" -t oqs-curl . &&
docker build --build-arg MAKE_DEFINES="-j 18" --target dev -t oqs-curl-dev . &&
docker build --build-arg MAKE_DEFINES="-j 18" --build-arg OPENSSL_TAG=master --build-arg LIBOQS_TAG=main --build-arg OQSPROVIDER_TAG=main -t oqs-curl-main . &&
docker build --build-arg MAKE_DEFINES="-j 18" --build-arg OPENSSL_TAG=master --build-arg LIBOQS_TAG=main --build-arg OQSPROVIDER_TAG=main -t oqs-curl-main .
working_directory: curl
- run:
name: Test Curl (dev)
Expand Down Expand Up @@ -659,12 +659,12 @@ workflows:
context: openquantumsafe
#- ubuntu_x64_haproxy:
# context: openquantumsafe
- ubuntu_x64_openvpn:
context: openquantumsafe
# - ubuntu_x64_openvpn:
# context: openquantumsafe
#- ubuntu_x64_mosquitto:
# context: openquantumsafe
- ubuntu_x64_ngtcp2:
context: openquantumsafe
# - ubuntu_x64_ngtcp2:
# context: openquantumsafe
- ubuntu_x64_openssh:
context: openquantumsafe
# Disabled in CI as failing to conclude test properly as per
Expand All @@ -676,5 +676,5 @@ workflows:
# Disable as it takes too long on OQS CCI plan
#- ubuntu_x64_envoy:
# context: openquantumsafe
- ubuntu_x64_h2load:
context: openquantumsafe
# - ubuntu_x64_h2load:
# context: openquantumsafe

0 comments on commit 49f2b96

Please sign in to comment.