Skip to content

Commit

Permalink
(fix) remove COINCURVE_UPSTREAM_REF from workflow - shared flow
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jun 29, 2024
1 parent 7b08fe9 commit c369d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/verify_shared_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ concurrency:
cancel-in-progress: true

env:
COINCURVE_UPSTREAM_REF: 1ad5185cd42c0636104129fcc9f6a4bf9c67cc40
COINCURVE_IGNORE_SYSTEM_LIB: '1'
# Only 'SHARED' is recognized, any other string means 'not SHARED'
COINCURVE_SECP256K1_BUILD: 'SHARED'
CIBW_ENVIRONMENT_PASS_LINUX: >
COINCURVE_UPSTREAM_REF
COINCURVE_IGNORE_SYSTEM_LIB
COINCURVE_SECP256K1_BUILD
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.8'
Expand Down
4 changes: 3 additions & 1 deletion cm_vendored_library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ if (PROJECT_IGNORE_SYSTEM_LIB OR NOT VENDORED_AS_SYSTEM_LIB_FOUND)
endif()

if (NOT VENDORED_UPSTREAM_REF)
set(VENDORED_UPSTREAM_REF "1ad5185cd42c0636104129fcc9f6a4bf9c67cc40")
message(STATUS "VENDORED_UPSTREAM_REF not set, using default value.")
set(VENDORED_UPSTREAM_REF "1ad5185cd42c0636104129fcc9f6a4bf9c67cc40")
endif()

if (NOT VENDORED_UPSTREAM_SHA)
message(STATUS "VENDORED_UPSTREAM_SHA not set, using default value.")
set(VENDORED_UPSTREAM_SHA "ba34be4319f505c5766aa80b99cfa696cbb2993bfecf7d7eb8696106c493cb8c")
endif()

Expand Down

0 comments on commit c369d5a

Please sign in to comment.