Skip to content

Commit

Permalink
Update Mold 1.0 (#1736)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
  • Loading branch information
appetrosyan authored Dec 17, 2021
1 parent 4ec1112 commit b122578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: Dockerfile.ci
tags: hyperledger/ci-iroha2:latest
tags: hyperledger/iroha2-ci:latest
push: true

archive-and-publish-schema:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/rui314/mold.git; \
git -C "./mold" checkout v0.9.6; \
git -C "./mold" checkout v1.0.0; \
make --directory="./mold"; \
make --directory="./mold" install; \
rm -rf "./mold"
Expand Down

0 comments on commit b122578

Please sign in to comment.