From 803703a83328ef4535960212f6eb11ca77465f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Sun, 2 Jun 2024 19:25:05 +0200 Subject: [PATCH 1/2] Update flake lock workflow Update workflow so it creates trigger as user so GitHub Action is triggering actual build --- .github/workflows/update-flake-lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 1d4741c8c..c7aa6ecab 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -15,7 +15,8 @@ jobs: - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@main with: + token: ${{CI_CREATE_PR_TOKEN}} pr-title: "Update flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR dependencies - automated \ No newline at end of file + automated From 855ac285f49277ba9007f5808f5350ec656db852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:17:36 +0000 Subject: [PATCH 2/2] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a15a39710..9a263c2f2 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ LIBS += -lrt endif endif -YOSYS_VER := 0.41+111 +YOSYS_VER := 0.41+126 # Note: We arrange for .gitcommit to contain the (short) commit hash in # tarballs generated with git-archive(1) using .gitattributes. The git repo