From b9283fd8b18bab779b83be7efb440ef2e130e264 Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Fri, 10 Jan 2025 17:58:14 +0000 Subject: [PATCH] I thought CircleCI might stay in the directory in between steps but maybe not? --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff977ce08..b1eeb09f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -591,14 +591,16 @@ jobs: gsub(/[^a-z0-9_.+-].*$/, "", dep) if (dep && !seen[dep]++) print dep } - }' debian/control) + }' /tmp/debian-trixie-package/tahoe-lafs/debian/control) - run: name: "Apply the Debian package's patches" command: | + cd /tmp/debian-trixie-package/tahoe-lafs/ quilt push -a - run: name: "Build & run tests" command: | + cd /tmp/debian-trixie-package/tahoe-lafs/ make -f debian/rules binary nixos: