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

Erlang27 #4320

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Set previous version for packages
arcusfelis committed Jul 25, 2024
commit e9485ecb7453de7f94ca04642eb6c940c28ff904
11 changes: 6 additions & 5 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ references:
- &OTP26 mongooseim/cimg-erlang:26.2.2
- &OTP27 mongooseim/cimg-erlang:27.0
- &OTP_PKG_VER 26.2.4
- &OTP_PKG_VER_PREV 26.2.3
- &ENTRYPOINT ["/bin/sh", "-c", "eval ${INSTALL_DEPS_CMD:-echo} && echo __INJECT_FILES__ | eval ${BASE32DEC:-base32 --decode} | bash"]
# Caches created via the save_cache step are stored for up to 15 days
- &CERT_KEY certs-cache-{{ checksum "certs_cache_key" }}-v3
@@ -726,35 +727,35 @@ workflows:
executor: otp_27
platform: debian_bullseye
context: mongooseim-org
otp_package: *OTP_PKG_VER
otp_package: *OTP_PKG_VER_PREV
filters: *all_tags
- package:
name: debian_buster
executor: otp_27
platform: debian_buster
context: mongooseim-org
otp_package: *OTP_PKG_VER
otp_package: *OTP_PKG_VER_PREV
filters: *all_tags
- package:
name: ubuntu_jammy
executor: otp_27
platform: ubuntu_jammy
context: mongooseim-org
otp_package: *OTP_PKG_VER
otp_package: *OTP_PKG_VER_PREV
filters: *all_tags
- package:
name: ubuntu_focal
executor: otp_27
platform: ubuntu_focal
context: mongooseim-org
otp_package: *OTP_PKG_VER
otp_package: *OTP_PKG_VER_PREV
filters: *all_tags
- package:
name: ubuntu_bionic
executor: otp_27
platform: ubuntu_bionic
context: mongooseim-org
otp_package: *OTP_PKG_VER
otp_package: *OTP_PKG_VER_PREV
filters: *all_tags
# ======== BASE DOCKER BUILDS ========
- build_in_docker: