From 87d52bca07c07e0eaf7679874f369b8076d6f80a Mon Sep 17 00:00:00 2001 From: aottaviano Date: Fri, 19 May 2023 20:23:50 +0200 Subject: [PATCH 1/2] Makefile: Add synth flow to carfield --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12890a86..d50fa754 100644 --- a/Makefile +++ b/Makefile @@ -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 # From 31522dfffaea4c6f3fd03b1861f5d5202d0d3ea7 Mon Sep 17 00:00:00 2001 From: aottaviano Date: Fri, 19 May 2023 20:24:02 +0200 Subject: [PATCH 2/2] .github: Increase poll time for github action --- .github/workflows/gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitlab-ci.yml b/.github/workflows/gitlab-ci.yml index ed2734c4..5e783d83 100644 --- a/.github/workflows/gitlab-ci.yml +++ b/.github/workflows/gitlab-ci.yml @@ -17,4 +17,5 @@ jobs: with: domain: iis-git.ee.ethz.ch repo: github-mirror/carfield - token: ${{ secrets.GITLAB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITLAB_TOKEN }} + poll-count: 2160