Fix Docker resource constraints and remove conflicting workflow
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 1s
Simple Build and Upload / build (push) Failing after 2m37s

- Remove conflicting CPU options (Nano CPUs vs CPU Period)
- Delete old simple-build.yml workflow to prevent conflicts
- Keep memory and CPU limits that work together
- Ensure build-artifacts.yml is the only active workflow
This commit is contained in:
robojerk 2025-08-10 12:04:57 -07:00
parent 98bd487ff8
commit 7ce68ee36d

View file

@ -44,14 +44,11 @@ jobs:
--dns=8.8.4.4
--add-host=git.raines.xyz:host-gateway
--add-host=forgejo:host-gateway
# Memory and resource constraints to prevent SIGSEGV
--memory=8g
--memory-swap=8g
--memory-reservation=6g
--cpus=2.0
--cpu-shares=1024
--cpu-period=100000
--cpu-quota=200000
# Memory and resource constraints to prevent SIGSEGV
--memory=8g
--memory-swap=8g
--memory-reservation=6g
--cpus=2.0
# Shared memory and tmpfs for better performance
--shm-size=2g
--tmpfs=/tmp:size=4g,exec