I thought CircleCI might stay in the directory in between steps but maybe not?

This commit is contained in:
Florian Sesser 2025-01-10 17:58:14 +00:00
parent 6f3af15bf2
commit b9283fd8b1

View File

@ -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: