V8.13.008.2025.08.22

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-22 13:58:34 +02:00
parent 82b9f7395c
commit 00bd9ea193
2 changed files with 3 additions and 10 deletions

View File

@@ -10,6 +10,6 @@
# SPDX-Security-Contact: security@coresecret.eu
build:
counter: 1024
counter: 1023
version: V8.13.008.2025.08.22
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml

View File

@@ -30,7 +30,7 @@ on:
jobs:
generate-private-ciss-debian-live-iso:
name: 🔐 Generating a Private Live ISO TRIXIE.
runs-on: ciss.debian.live.builder.iso.generator
runs-on: cdlb.trixie
### Run all steps inside Debian Trixie
container:
@@ -53,13 +53,6 @@ jobs:
sudo \
util-linux
- name: 🔎 Verify /work mount & space
run: |
set -euxo pipefail
df -h /work
test -w /work
touch /work/.bind-ok && ls -l /work/.bind-ok
- name: 🔎 Show workspace & mounts
run: |
set -euo pipefail
@@ -76,7 +69,7 @@ jobs:
LB_PARENTDIR: /work
run: |
set -euo pipefail
need_mb=16384
need_mb=8192
for p in "${GITHUB_WORKSPACE:?}" "${LB_PARENTDIR:?}"; do
mkdir -p "$p"
avail_mb=$(df -Pm "$p" | awk 'NR==2{print $4}')