Andrew Mackenzie
Andrew Mackenzie
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
I can no longer find the entry in the docs that explained using [workspace.metadata.dist.dependencies.apt] Is that still an option, or is using: ``` [workspace.metadata.dist] # ... github-build-setup = "build-setup.yml" ```...
Pending response, I'm trying to install the linkers I require myself via that customization method. Getting [this error](https://github.com/andrewdavidmackenzie/pigg/actions/runs/10923726843/job/30321073947): ``` Run sudo apt install gcc-aarch64-linux-gnu The operation couldn’t be completed. Unable...
I'm getting closer to having release artifact builds working. Now aarch64 linux build (for RPi) works, but armv7 (32bit for Pi 3) fails with a [linkage report error](https://github.com/andrewdavidmackenzie/pigg/actions/runs/10923873673/job/30321572872). That error...
That worked. I have the old directory here. You want all of it in a tarball/zip or just some specific file? In the process I noticed a file in .cargo/...
When trying to cache the previous level detected in my own code, then only report changes up the chain, I have ran into difficulties due to the 'static bound on...