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

feat: Release coqorg/coq:8.20-rc1 #66

Merged
merged 1 commit into from
Aug 30, 2024
Merged
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
63 changes: 14 additions & 49 deletions images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,85 +212,54 @@ images:
default: ['4.13.1-flambda']
# only *-flambda switches
base: ['4.14.2-flambda', '4.13.1-flambda', '4.12.1-flambda', '4.09.1-flambda']
# TODO: Bump to 8.20-rc1 when appropriate
coq: ['8.20-alpha']
coq: ['8.20-rc1']
build: &build_coq_alpha
# TODO: Remove this commit_api section when the rc is tagged
commit_api:
fetcher: 'github'
repo: 'coq/coq'
branch: 'v8.20'
context: './coq'
# TODO: Replace when the rc is tagged
dockerfile: './dev/Dockerfile'
# dockerfile: './beta/Dockerfile'
dockerfile: './beta/Dockerfile'
keywords:
# TODO: replace when the rc is tagged
- '{matrix[coq][%-alpha]}'
# - '{matrix[coq][%-*]}'
- '{matrix[coq][%-*]}'
args:
BASE_TAG: '{matrix[base]}'
COQ_VERSION: '{matrix[coq][//-/+]}'
# TODO: Remove COQ_COMMIT when the rc is tagged
COQ_COMMIT: '{defaults[commit]}'
# TODO: Replace when the rc is tagged
VCS_REF: '{defaults[commit][0:7]}'
# VCS_REF: 'V{matrix[coq][//-/+]}'
VCS_REF: 'V{matrix[coq][//-/+]}'
COQ_EXTRA_OPAM: 'coq-bignums'
# +- coq-native
# TODO: Replace when the rc is tagged
COQ_INSTALL_SERAPI: 'false'
# COQ_INSTALL_SERAPI: 'true'
COQ_INSTALL_SERAPI: 'true'
# (or any nonempty string) as coq-serapi supports ocaml 4.07.1+
tags:
# full tag
- tag: '{matrix[coq]}-ocaml-{matrix[base]}'
# abbreviated tag (*-ocaml-4.13-flambda)
# TODO: Replace when the rc is tagged
- tag: '{matrix[coq][%-alpha]}-ocaml-{matrix[base][%.*-*]}-flambda'
# - tag: '{matrix[coq][%-*]}-ocaml-{matrix[base][%.*-*]}-flambda'
- tag: '{matrix[coq][%-*]}-ocaml-{matrix[base][%.*-*]}-flambda'
# default tag (8.20-alpha)
- tag: '{matrix[coq]}'
if: '{matrix[base]} == {matrix[default]}'
# abbreviated tag (8.20)
# TODO: Replace when the rc is tagged
- tag: '{matrix[coq][%-alpha]}'
# - tag: '{matrix[coq][%-*]}'
- tag: '{matrix[coq][%-*]}'
if: '{matrix[base]} == {matrix[default]}'
# coqorg/coq:8.20-alpha-native
- matrix:
default: ['4.13.1']
base: ['4.13.1', '4.13.1-flambda']
# TODO: Bump to 8.20-rc1 when appropriate
coq: ['8.20-alpha']
coq: ['8.20-rc1']
build:
<<: *build_coq_alpha
args:
BASE_TAG: '{matrix[base]}'
COQ_VERSION: '{matrix[coq][//-/+]}'
# TODO: Remove COQ_COMMIT when the rc is tagged
COQ_COMMIT: '{defaults[commit]}'
# TODO: Replace when the rc is tagged
VCS_REF: '{defaults[commit][0:7]}'
# VCS_REF: 'V{matrix[coq][//-/+]}'
VCS_REF: 'V{matrix[coq][//-/+]}'
COQ_EXTRA_OPAM: 'coq-native coq-bignums'
# +- coq-native
# TODO: Replace when the rc is tagged
COQ_INSTALL_SERAPI: 'false'
# COQ_INSTALL_SERAPI: 'true'
COQ_INSTALL_SERAPI: 'true'
# (or any nonempty string) as coq-serapi supports ocaml 4.07.1+
tags:
# full tag
- tag: '{matrix[coq]}-native-ocaml-{matrix[base]}'
# abbreviated tag (*-ocaml-4.13)
# TODO: Replace when the rc is tagged
- tag: '{matrix[coq][%-alpha]}-native-ocaml-{matrix[base][%.*]}'
# - tag: '{matrix[coq][%-*]}-native-ocaml-{matrix[base][%.*]}'
- tag: '{matrix[coq][%-*]}-native-ocaml-{matrix[base][%.*]}'
if: '{matrix[base]} == {matrix[default]}'
# abbreviated tag (*-ocaml-4.13-flambda)
# TODO: Replace when the rc is tagged
- tag: '{matrix[coq][%-alpha]}-native-ocaml-{matrix[base][%.*-*]}-flambda'
# - tag: '{matrix[coq][%-*]}-native-ocaml-{matrix[base][%.*-*]}-flambda'
- tag: '{matrix[coq][%-*]}-native-ocaml-{matrix[base][%.*-*]}-flambda'
if: '{matrix[base]} != {matrix[default]}' # -flambda
# default tag (8.20-alpha-native)
- tag: '{matrix[coq]}-native'
Expand All @@ -299,14 +268,10 @@ images:
- tag: '{matrix[coq]}-native-flambda'
if: '{matrix[base]} != {matrix[default]}' # -flambda
# abbreviated tag (8.20-native)
# TODO: Replace when the rc is tagged
- tag: '{matrix[coq][%-alpha]}-native'
# - tag: '{matrix[coq][%-*]}-native'
- tag: '{matrix[coq][%-*]}-native'
if: '{matrix[base]} == {matrix[default]}'
# abbreviated tag (8.20-native-flambda)
# TODO: Replace when the rc is tagged
- tag: '{matrix[coq][%-alpha]}-native-flambda'
# - tag: '{matrix[coq][%-*]}-native-flambda'
- tag: '{matrix[coq][%-*]}-native-flambda'
if: '{matrix[base]} != {matrix[default]}' # -flambda
################################################################
## coqorg/coq:latest
Expand Down