mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
Merge branch 'main' into misc/improve-e2e-tests
This commit is contained in:
commit
df742a14cb
1 changed files with 3 additions and 2 deletions
|
|
@ -10,9 +10,10 @@
|
|||
CMD="docker run \
|
||||
-i \
|
||||
--rm \
|
||||
--user $(id -u):$(id -g) \
|
||||
-e CARGO_NET_GIT_FETCH_WITH_CLI=true \
|
||||
-e PACKAGE=${GH_WORKFLOW_MATRIX_CHAIN}-runtime \
|
||||
-e RUNTIME_DIR=runtime/${GH_WORKFLOW_MATRIX_CHAIN} \
|
||||
-e PACKAGE=datahaven-${GH_WORKFLOW_MATRIX_CHAIN}-runtime \
|
||||
-e RUNTIME_DIR=operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN} \
|
||||
-e BUILD_OPTS=${RUNTIME_BUILD_OPTS} \
|
||||
-e PROFILE=${RUNTIME_BUILD_PROFILE} \
|
||||
-e WASM_BUILD_STD=0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue