mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix(release): avoid failure with non TTY input device
This commit is contained in:
@@ -362,7 +362,7 @@ jobs:
|
||||
if: ${{ success() && !cancelled() }}
|
||||
run: |
|
||||
echo "Running sanity check for ${RELEASE_IMG_TAG}"
|
||||
docker run --rm -it --env LD_PRELOAD=/compiler/build/lib/Runtime/libZamalangRuntime.so \
|
||||
docker run --rm --env LD_PRELOAD=/compiler/build/lib/Runtime/libZamalangRuntime.so \
|
||||
-v "$(pwd)"/docker/release_resources:/data \
|
||||
"${RELEASE_IMG_TAG}" /bin/bash -c "python ./sanity_check.py"
|
||||
docker push "${RELEASE_IMG_TAG}"
|
||||
|
||||
Reference in New Issue
Block a user