Skip to content

Commit

Permalink
Merge pull request #1423 from scrtlabs/fix-testnet-compilation
Browse files Browse the repository at this point in the history
Fix testnet compilation
  • Loading branch information
liorbond authored May 2, 2023
2 parents 4f3327b + 701220e commit 2efcaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
CGO_LDFLAGS=${{ env.DOCKER_CGO_LDFLAGS }}
BUILD_VERSION=${{ steps.get_version.outputs.VERSION }}
SGX_MODE=HW
FEATURES="verify-validator-whitelist,light-client-validation,random"
target: build-deb
- name: Run .deb Package Image
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ build-testnet:
--secret id=SPID,src=spid.txt \
--build-arg BUILD_VERSION=${VERSION} \
--build-arg SGX_MODE=HW \
--build-arg FEATURES="verify-validator-whitelist,light-client-validation,${FEATURES}" \
--build-arg FEATURES="verify-validator-whitelist,light-client-validation,random,${FEATURES}" \
$(DOCKER_BUILD_ARGS) \
--build-arg DB_BACKEND=${DB_BACKEND} \
--build-arg SECRET_NODE_TYPE=NODE \
Expand Down

0 comments on commit 2efcaf5

Please sign in to comment.