Skip to content

Commit 4c27982

Browse files
authored
Merge branch 'main' into dk/2d-anon-stats-gpu
2 parents 6ad3fe7 + 9095091 commit 4c27982

File tree

109 files changed

+4795
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+4795
-794
lines changed

.github/workflows/build-all-targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: sudo apt install protobuf-compiler
3131

3232
- name: Cache Rust build
33-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
33+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
3434
id: cache-rust
3535
with:
3636
path: |
@@ -71,7 +71,7 @@ jobs:
7171
run: sudo apt install protobuf-compiler
7272

7373
- name: Cache Rust build
74-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
74+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
7575
id: cache-rust
7676
with:
7777
path: |

.github/workflows/build-and-push-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
32+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3333
- name: Log in to the Container registry
3434
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
40+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4141
with:
4242
context: .
4343
push: true

.github/workflows/build-and-push-debug.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- name: Set up QEMU
2828
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
30+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3131
- name: Log in to the Container registry
3232
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.repository_owner }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Build and Push
38-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
38+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
3939
with:
4040
context: .
4141
push: true

.github/workflows/build-and-push-hawk-server.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- e2e/templates-for-hnsw-e2e
78
release:
89
types:
910
- 'published'
@@ -32,20 +33,21 @@ jobs:
3233
- name: Set up QEMU
3334
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3435
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
36+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3637
- name: Log in to the Container registry
3738
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3839
with:
3940
registry: ${{ env.REGISTRY }}
4041
username: ${{ github.repository_owner }}
4142
password: ${{ secrets.GITHUB_TOKEN }}
4243
- name: Build and Push
43-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
44+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4445
with:
4546
context: .
4647
push: true
4748
tags: |
4849
${{ env.REGISTRY }}/worldcoin/${{ env.IMAGE_NAME }}:${{ github.sha }}
50+
${{ env.REGISTRY }}/worldcoin/${{ env.IMAGE_NAME }}:latest
4951
platforms: linux/amd64
5052
cache-from: type=gha
5153
cache-to: type=gha,mode=max

.github/workflows/build-and-push-nccl.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/build-and-push-no-cuda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
- name: Set up QEMU
3434
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
36+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3737
- name: Log in to the Container registry
3838
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3939
with:
4040
registry: ${{ env.REGISTRY }}
4141
username: ${{ github.repository_owner }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Build and Push
44-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
44+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4545
with:
4646
context: .
4747
push: true

.github/workflows/build-and-push-reshare-protocol.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
- name: Set up QEMU
4141
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
4242
- name: Set up Docker Buildx
43-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
43+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
4444
- name: Log in to the Container registry
4545
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.repository_owner }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050
- name: Build and Push
51-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
51+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
5252
with:
5353
context: .
5454
push: true

.github/workflows/build-and-push-shares-encoding.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,8 @@ env:
1515
jobs:
1616
docker:
1717
timeout-minutes: 40
18-
strategy:
19-
fail-fast: true
20-
matrix:
21-
include:
22-
- runner: ubuntu-22.04-16core
23-
platform: linux/amd64
24-
- runner: arm64-ubuntu-22.04-16core
25-
platform: linux/arm64
26-
runs-on: ${{ matrix.runner }}
18+
runs-on:
19+
labels: ubuntu-22.04-16core
2720
permissions:
2821
packages: write
2922
contents: read
@@ -35,15 +28,15 @@ jobs:
3528
- name: Set up Docker
3629
uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19
3730
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
31+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3932
- name: Log in to the Container registry
4033
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
4134
with:
4235
registry: ${{ env.REGISTRY }}
4336
username: ${{ github.repository_owner }}
4437
password: ${{ secrets.GITHUB_TOKEN }}
4538
- name: Build and Push
46-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
39+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4740
with:
4841
context: .
4942
push: true

.github/workflows/build-and-push-upgrade-hawk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
- name: Set up QEMU
3434
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
36+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3737
- name: Log in to the Container registry
3838
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3939
with:
4040
registry: ${{ env.REGISTRY }}
4141
username: ${{ github.repository_owner }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Build and Push
44-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
44+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4545
with:
4646
context: .
4747
push: true

.github/workflows/build-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
32+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3333
- name: Log in to the Container registry
3434
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Build and Push
40-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
40+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4141
with:
4242
context: .
4343
push: true

0 commit comments

Comments
 (0)