Skip to content

Commit

Permalink
Change cache directory for manifest gen
Browse files Browse the repository at this point in the history
The fedora runner doesn't have enough space in /tmp as it's using tmpfs.
  • Loading branch information
jrusz authored and achilleas-k committed Jan 31, 2024
1 parent 81098cf commit a481841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schutzbot/gen_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo "Installing build dependencies"
sudo dnf install -y redhat-rpm-config btrfs-progs-devel device-mapper-devel
sudo dnf build-dep -y osbuild-composer
echo "Generating manifests"
go run ./cmd/gen-manifests -workers 50 -output ../manifests
go run ./cmd/gen-manifests -workers 50 -output ../manifests --cache /var/tmp/rpmmd

0 comments on commit a481841

Please sign in to comment.