Skip to content

Commit

Permalink
Add redis 6.2 mariner2 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf authored Jan 13, 2024
1 parent 24b355a commit c0f12bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
command: |
docker version
if [[ <<parameters.platform>> == mariner2.0 ]]; then
make build OSNICK=<<parameters.platform>> VERSIONS="7.2 unstable"
make build OSNICK=<<parameters.platform>> VERSIONS="6.2 7.2 unstable"
else
make build OSNICK=<<parameters.platform>> STD_VERSIONS=1
fi
Expand All @@ -75,7 +75,7 @@ jobs:
command: |
if [[ $CIRCLE_BRANCH == master ]]; then
if [[ <<parameters.platform>> == mariner2.0 ]]; then
make publish OSNICK=<<parameters.platform>> VERSIONS="7.2 unstable"
make publish OSNICK=<<parameters.platform>> VERSIONS="6.2 7.2 unstable"
else
make publish OSNICK=<<parameters.platform>> STD_VERSIONS=1
fi
Expand Down
3 changes: 3 additions & 0 deletions 6.2/system-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ def macos(self):
def alpine(self):
self.install("gcc make openssl openssl-dev libatomic dev86 musl-dev")

def mariner(self):
self.install("gcc tar make build-essential openssl-devel jemalloc-devel")

def common_last(self):
if self.dist != "alpine":
self.install("gnupg patch pkg-config") # dirmngr
Expand Down

0 comments on commit c0f12bb

Please sign in to comment.