Skip to content

Commit

Permalink
Temporarily add OTP 26.0.2 so pipelines add 26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MirahImage committed Sep 21, 2023
1 parent f5b01c3 commit ec56a71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ erlang-25/otp_src_oss_25.3.2.6.tgz:
object_id: 211685cf-b7d7-4d15-4d6a-0dcc0c91fc31
sha: sha256:cba168936384af44fe9837710da1210083300073a977a23701890be06c7dcb63
# this comment prevents git conflicts
erlang-26/otp_src_oss_26.1.tgz:
size: 108814324
object_id: 2548a648-dfe2-4cd9-7ac4-fddb58e8859e
sha: sha256:e00f666881491bb92b584589032b7e5df1c6c7aa70c1547384b02326d5333b7d
erlang-26/otp_src_oss_26.0.2.tgz:
size: 107096862
object_id: ddbefbd0-6723-420b-6873-4f0b064fa364
sha: sha256:47853ea9230643a0a31004433f07a71c1b92d6e0094534f629e3b75dbc62f193
# this comment prevents git conflicts
golang/go1.21.1.linux-amd64.tar.gz:
size: 66633012
Expand Down
2 changes: 1 addition & 1 deletion packages/erlang-26/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export HOME=${BOSH_INSTALL_DIR}

cpus="$(grep -c ^processor /proc/cpuinfo)"

VERSION="26.1"
VERSION="26.0.2"
MAJOR_VERSION="26"
echo "$MAJOR_VERSION" > "$BOSH_INSTALL_TARGET/erlang_version"

Expand Down
4 changes: 2 additions & 2 deletions packages/erlang-26/spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: erlang-26
metadata:
version: 26.1
version: 26.0.2
files:
- erlang-26/otp_src_oss_26.1.tgz
- erlang-26/otp_src_oss_26.0.2.tgz
dependencies:
- openssl

0 comments on commit ec56a71

Please sign in to comment.