Update CI to install circt | Update every day

This commit is contained in:
abejgonzalez
2023-11-30 16:09:42 -08:00
parent 990cea9c8e
commit d2b3181e48
3 changed files with 21 additions and 22 deletions

View File

@@ -21,5 +21,13 @@ runs:
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-esp-tools
./scripts/build-toolchain-extra.sh esp-tools -p $CONDA_PREFIX/esp-tools
conda deactivate
echo "Installing CIRCT to conda area"
$REMOTE_CHIPYARD_DIR/conda-reqs/install-circt/bin/download-release-or-nightly-circt.sh \
-f circt-full-shared-linux-x64.tar.gz \
-i $CONDA_PREFIX \
-v version-file \
-x ./conda-reqs/circt.json \
-g null
fi
shell: bash -leo pipefail {0}

View File

@@ -1,9 +1,9 @@
name: update-circt
# run weekly
on: push
# schedule:
# - cron: 0 0 * * 1
# run daily
on:
schedule:
- cron: 0 8 * * *
defaults:
run: