-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing dcap arg within dockerfile (#3004)
* add missing arg within dockerfile * copy missing protobuf * fix: use dynamic date for unit test (#3015) Co-authored-by: higherordertech <higherordertech> * add dcap as default feature --------- Co-authored-by: will.li <[email protected]>
- Loading branch information
Showing
9 changed files
with
119 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,7 +202,7 @@ jobs: | |
- name: Tee-worker check ts code format | ||
working-directory: ./tee-worker/ts-tests | ||
run: pnpm run check-format | ||
|
||
- name: Dynamic-contract install npm deps | ||
working-directory: ./tee-worker/litentry/core/assertion-build/src/dynamic | ||
run: pnpm install | ||
|
@@ -440,6 +440,7 @@ jobs: | |
WORKER_ENV_DATA_PROVIDERS_CONFIG=1 | ||
WORKER_MOCK_SERVER=1 | ||
ADDITIONAL_FEATURES_ARG= | ||
RA_METHOD=dcap | ||
- name: Copy caches from the built image | ||
if: needs.set-condition.outputs.rebuild_tee == 'true' | ||
|
@@ -539,8 +540,9 @@ jobs: | |
tags: local-builder:latest | ||
target: builder | ||
build-args: | | ||
WORKER_MODE_ARG=offchain-worker | ||
WORKER_MODE_ARG=offchain-worker | ||
ADDITIONAL_FEATURES_ARG= | ||
RA_METHOD=dcap | ||
- name: Build worker | ||
if: needs.set-condition.outputs.rebuild_bitacross == 'true' | ||
|
@@ -648,15 +650,15 @@ jobs: | |
- name: Fail early | ||
if: failure() | ||
uses: andymckay/[email protected] | ||
|
||
parachain-dynamic-contract-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Enable corepack and pnpm | ||
run: corepack enable && corepack enable pnpm | ||
|
||
- name: Install npm deps | ||
working-directory: ./tee-worker/litentry/core/assertion-build/src/dynamic | ||
run: pnpm install | ||
|
@@ -1025,7 +1027,7 @@ jobs: | |
docker load < litentry-parachain-dev.tar.gz | ||
docker load < litentry-identity.tar.gz | ||
docker load < litentry-bitacross.tar.gz | ||
- name: Dockerhub login | ||
uses: docker/login-action@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters