Update CI to install circt | Update every day
This commit is contained in:
8
.github/actions/create-conda-env/action.yml
vendored
8
.github/actions/create-conda-env/action.yml
vendored
@@ -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}
|
||||
|
||||
8
.github/workflows/update-circt.yml
vendored
8
.github/workflows/update-circt.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user