Install CIRCT outside of conda (add CI to auto-update)

This commit is contained in:
abejgonzalez
2023-11-30 15:47:14 -08:00
parent 5405b4caa3
commit b9e504411a
7 changed files with 71 additions and 21 deletions

24
.github/workflows/update-circt.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: update-circt
# run weekly
on: push
# schedule:
# - cron: 0 0 * * 1
defaults:
run:
shell: bash -leo pipefail {0}
jobs:
update-circt:
name: update-circt
runs-on: ubuntu-latest
steps:
- name: Update CIRCT
uses: circt/update-circt@v1.0.0
with:
user: 'bartender'
email: 'firesimchipyard@gmail.com'
pr-reviewers: ''
pr-labels: 'changelog:changed'
circt-config: './conda-reqs/circt.json'