mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 03:25:05 -05:00
fix(backend): fix ci after 08e8012
Google benchmark is built twice due to the new bench infrastructure for concrete-cuda, this commit fixes it by introducing CONCRETE_CUDA_BUILD_TESTS and CONCRETE_CUDA_BUILD_BENCHMARKS options to skip unecessary builds.
This commit is contained in:
2
.github/workflows/concrete_cuda_test.yml
vendored
2
.github/workflows/concrete_cuda_test.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
with:
|
||||
mode: start
|
||||
github-token: ${{ secrets.CONCRETE_ACTIONS_TOKEN }}
|
||||
ec2-image-id: ami-03f11dc8c6a5f5c0a
|
||||
ec2-image-id: ami-08e27480d79e82238
|
||||
ec2-instance-type: p3.2xlarge
|
||||
subnet-id: subnet-8123c9e7
|
||||
security-group-id: sg-0466d33ced960ba35
|
||||
|
||||
Reference in New Issue
Block a user