Skip to content

Commit

Permalink
Merge pull request #45 from pulp-platform/aottaviano/synth-elab-ci
Browse files Browse the repository at this point in the history
Add synthesis flow steps to carfield CI flow
  • Loading branch information
yvantor committed May 19, 2023
2 parents 4d244d3 + 31522df commit 481f6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/carfield
token: ${{ secrets.GITLAB_TOKEN }}
token: ${{ secrets.GITLAB_TOKEN }}
poll-count: 2160
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@ endif
######################

CAR_NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:carfield/carfield-nonfree.git
CAR_NONFREE_COMMIT ?= a5351b2b161e896592b596492bff1abfac367aca
CAR_NONFREE_COMMIT ?= 185ca77030bd9053b4a26c9cc0aa4d8d439d1cea

car-nonfree-init:
git clone $(CAR_NONFREE_REMOTE) nonfree
cd nonfree && git checkout $(CAR_NONFREE_COMMIT)

-include nonfree/nonfree.mk
-include scripts/spy.mk

############
# Build SW #
Expand Down

0 comments on commit 481f6be

Please sign in to comment.