mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(deps): bump compiler to a888a6b329
- disable buildx as it seems to be failing a lot
This commit is contained in:
committed by
Arthur Meyre
parent
1aad4d23d1
commit
49dd0f57c1
20
.github/workflows/continuous-integration.yaml
vendored
20
.github/workflows/continuous-integration.yaml
vendored
@@ -93,10 +93,11 @@ jobs:
|
||||
echo "::set-output name=image::${PREFLIGHT_IMAGE}"
|
||||
echo "PREFLIGHT_IMAGE=${PREFLIGHT_IMAGE}" >> "$GITHUB_ENV"
|
||||
echo "LABEL_SHA1=${LABEL_SHA1}" >> "$GITHUB_ENV"
|
||||
- name: Set up Docker Buildx
|
||||
if: ${{ fromJSON(env.BUILD_DOCKER) }}
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
|
||||
# Disabled buildx for now as we are seeing a lot of fails on layer pushes
|
||||
# - name: Set up Docker Buildx
|
||||
# if: ${{ fromJSON(env.BUILD_DOCKER) }}
|
||||
# id: buildx
|
||||
# uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
|
||||
- name: Login to GitHub Container Registry
|
||||
if: ${{ fromJSON(env.BUILD_DOCKER) }}
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||
@@ -109,7 +110,7 @@ jobs:
|
||||
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
|
||||
with:
|
||||
context: .
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
# builder: ${{ steps.buildx.outputs.name }}
|
||||
file: docker/Dockerfile.concretefhe-env
|
||||
no-cache: true
|
||||
push: true
|
||||
@@ -548,9 +549,10 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "RELEASE_IMG_TAGS_TO_PUSH=${RELEASE_IMG_TAGS_TO_PUSH}" >> "$GITHUB_ENV"
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
|
||||
# Disabled buildx for now as we are seeing a lot of fails on layer pushes
|
||||
# - name: Set up Docker Buildx
|
||||
# id: buildx
|
||||
# uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||
with:
|
||||
@@ -562,7 +564,7 @@ jobs:
|
||||
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
|
||||
with:
|
||||
context: .
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
# builder: ${{ steps.buildx.outputs.name }}
|
||||
file: docker/Dockerfile.release
|
||||
load: true
|
||||
push: false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/zama-ai/zamalang-compiler:47cb4b0e7084bd4524ed8c957f624cc6bde3a701
|
||||
FROM ghcr.io/zama-ai/zamalang-compiler:a888a6b329c30fa1a64dae1c6b98caee9781bcfa
|
||||
|
||||
RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
||||
Reference in New Issue
Block a user