Skip to content

Commit

Permalink
Merge pull request #96 from thomwiggers/revert-86-mb-focalupdate
Browse files Browse the repository at this point in the history
Revert "CI update to Ubuntu 20"
  • Loading branch information
baentsch committed May 19, 2021
2 parents 0b74ca4 + 20729c8 commit c600d65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ parameters:
default: false

jobs:
ubuntu_build:
ubuntu_bionic:
description: A template for running BoringSSL tests on x64 Ubuntu Bionic Docker VMs
parameters:
WITH_OPENSSL:
description: "Compile OpenSSH with OpenSSL."
type: boolean
default: true
docker:
- image: openquantumsafe/ci-ubuntu-focal-x86_64:latest
- image: openquantumsafe/ci-ubuntu-bionic-x86_64:latest
auth:
username: $DOCKER_LOGIN
password: $DOCKER_PASSWORD
Expand Down Expand Up @@ -45,10 +45,10 @@ workflows:
version: 2.1
build:
jobs:
- ubuntu_build:
- ubuntu_bionic:
name: with-openssl
context: openquantumsafe
- ubuntu_build:
- ubuntu_bionic:
name: without-openssl
context: openquantumsafe
WITH_OPENSSL: false

0 comments on commit c600d65

Please sign in to comment.