Skip to content

Commit

Permalink
Merge pull request #329 from NilFoundation/cleanup-ccache
Browse files Browse the repository at this point in the history
remove ccache
  • Loading branch information
AndreyMlashkin authored May 10, 2024
2 parents b33e0e8 + 2504006 commit 1297637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/[email protected].0
uses: NilFoundation/ci-cd/.github/workflows/[email protected].1
with:
ci-cd-ref: 'v1.2.0'
secrets: inherit
Expand All @@ -20,7 +20,7 @@ jobs:
name: Linux Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/ci-cd/.github/workflows/[email protected].0
uses: NilFoundation/ci-cd/.github/workflows/[email protected].1

secrets: inherit
with:
Expand All @@ -32,7 +32,7 @@ jobs:
name: Mac Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/ci-cd/.github/workflows/[email protected].0
uses: NilFoundation/ci-cd/.github/workflows/[email protected].1

secrets: inherit
with:
Expand Down
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,8 @@ cm_find_package(CM)
include(CMDeploy)
include(FindPkgConfig)

option(BUILD_WITH_CCACHE "Build with ccache usage" TRUE)
option(BUILD_TESTS "Build unit tests" FALSE)

if(UNIX AND BUILD_WITH_CCACHE)
find_program(CCACHE_FOUND ccache)
if(CCACHE_FOUND)
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
endif(CCACHE_FOUND)
endif()

list(APPEND ${CURRENT_PROJECT_NAME}_PUBLIC_HEADERS
include/nil/crypto3/zk/snark/accumulators/snark.hpp

Expand Down

0 comments on commit 1297637

Please sign in to comment.