Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek committed May 21, 2024
1 parent 8d9d539 commit d345241
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build_bitacross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ jobs:
source /opt/intel/sgxsdk/environment
./bitacross-worker/scripts/litentry/release/build.sh true true
# - name: Dockerhub login
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}

# - name: Push worker image
# run: |
# docker push litentry/bitacross-worker:${{ github.event.inputs.ref || github.ref }}
- name: Upload artefacts
uses: actions/upload-artifact@v4
with:
name: bitacross-worker
path: ./bitacross-worker/enclave_release/*

- name: Fail early
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion bitacross-worker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SGX_COMMON_CFLAGS += -fstack-protector
ifeq ($(SGX_PRODUCTION), 1)
SGX_ENCLAVE_MODE = "Production Mode"
SGX_ENCLAVE_CONFIG = "enclave-runtime/Enclave.config.production.xml"
SGX_SIGN_KEY = "/opt/enclave_release/sgx_sign_key.pem"
SGX_SIGN_KEY = $(SGX_COMMERCIAL_KEY)
SGX_SIGN_PASSFILE = $(SGX_PASSFILE)
WORKER_FEATURES := --features=link-binary,$(WORKER_MODE),$(WORKER_FEATURES),$(ADDITIONAL_FEATURES)
else
Expand Down

0 comments on commit d345241

Please sign in to comment.