mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: add installation targets in Makefile
MacOS require a way to find the runtime library when trying to build a shared library at runtime, so we add a way to install it globally for testing
This commit is contained in:
1
.github/workflows/continuous-integration.yml
vendored
1
.github/workflows/continuous-integration.yml
vendored
@@ -155,6 +155,7 @@ jobs:
|
||||
run: |
|
||||
cd compiler
|
||||
export CONCRETE_PROJECT=${{ github.workspace }}/concrete
|
||||
make install_runtime_lib
|
||||
make test
|
||||
|
||||
BuildAndTestDF:
|
||||
|
||||
Reference in New Issue
Block a user