Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v12: Update to Baselibs 8.6.0 in CI #822

Open
wants to merge 2 commits into
base: feature/mathomp4/update-cmake-460
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ parameters:

# Anchors to prevent forgetting to update a version
os_version: &os_version ubuntu20
baselibs_version: &baselibs_version v8.5.0
baselibs_version: &baselibs_version v8.6.0
bcs_version: &bcs_version v12.0.0
tag_build_arg_name: &tag_build_arg_name gcmversion

orbs:
ci: geos-esm/circleci-tools@5
ci: geos-esm/circleci-tools@dev:0f743dc764062ad16fa9bb83786dfc9f47c98ec1

workflows:
build-test:
Expand Down Expand Up @@ -65,7 +65,6 @@ workflows:
baselibs_version: *baselibs_version
bcs_version: *bcs_version
gcm_ocean_type: MOM6
landbcs_type: NL3
change_layout: false

build-and-publish-docker:
Expand Down