rework: fix all vulnerabilities
runner nix smoke / nix label and flake smoke (push) Failing after 7s

This commit is contained in:
2026-09-08 10:36:38 +00:00
parent 01a0d6e00a
commit 6f80f672f2
17 changed files with 62 additions and 73 deletions
+2 -2
View File
@@ -51,7 +51,7 @@
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
buildInputs = [ database dbOps postgresInit postgresCleanup pkgs.postgresql_17 pkgs.dash ];
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
test=${testDrv}
export HECTIC_LOG=trace
set -eu
@@ -67,7 +67,7 @@
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
buildInputs = [ database dbOps postgresInit postgresCleanup pkgs.postgresql_17 pkgs.dash pkgs.netcat-openbsd ];
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
test=${testDrv}
export HECTIC_LOG=trace
set -eu
+1 -1
View File
@@ -37,7 +37,7 @@
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
buildInputs = [ hemar pkgs.yq-go pkgs.which ];
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
test=${testDrv}
${builtins.readFile ./lauch.sh}
+3 -3
View File
@@ -47,7 +47,7 @@
linuxDevShell = linuxDevShell;
linuxDevShellStandalone = linuxDevShellStandalone;
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
export HECTIC_LOG=trace
test=${testDrv}
linuxDevShell="${linuxDevShell}"
@@ -64,7 +64,7 @@
linuxDevShellStandalone = linuxDevShellStandalone;
archBootstrap = archBootstrap;
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
export HECTIC_LOG=trace
log notice "test case: ''${WHITE}arch ${name}"
@@ -156,7 +156,7 @@
linuxDevShellStandalone = linuxDevShellStandalone;
ubuntuBootstrap = ubuntuBootstrap;
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
export HECTIC_LOG=trace
log notice "test case: ''${WHITE}ubuntu ${name}"
+2 -2
View File
@@ -41,7 +41,7 @@
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
buildInputs = [ pkgs.which migrator pkgs.postgresql ];
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
test=${testDrv}
export HECTIC_LOG=trace
${builtins.readFile ./util.sh}
@@ -57,7 +57,7 @@
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
buildInputs = [ pkgs.which migrator pkgs.sqlite ];
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
test=${testDrv}
export HECTIC_LOG=trace
${builtins.readFile ./util.sh}
+1 -1
View File
@@ -34,7 +34,7 @@
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
buildInputs = [ sentinella pkgs.curl pkgs.jq pkgs.socat ];
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
export HECTIC_LOG=trace
test=${testDrv}
${builtins.readFile ./launch.sh}
+1 -1
View File
@@ -9,7 +9,7 @@ let
nativeBuildInputs = [ pkgs.coreutils pkgs.gnugrep ];
windowsDevShellStandalone = windowsDevShellStandalone;
} ''
${builtins.readFile self.legacyPackages.${system}.helpers.posix-shell.log}
. ${self.legacyPackages.${system}.helpers.posix-shell.log}/bin/log.sh
test=${testDrv}
${builtins.readFile ./launch.sh}
mkdir -p "$out"