hydra-eval-jobset: fix use of uninitialized value
[?]
Nov 30, 2021, 8:37 PM
EHARVNGJEQNKEOMWO4BAYVN5DBHPWXYRAZH4DG3G4UXMK7ITFUUQCDependencies
- [2]
QGLBQ5IORemove hydra-eval-guile-jobs - [3]
Q6VFUIC6Remove hydra-eval-guile-jobs - [4]
QMW24O5SAdd support for Guile & Guix. - [5]
LPPZS34YMerge remote-tracking branch 'origin/master' into flake - [6]
5SHCWE7X* Prevent repeated evaluation of a jobset with the same inputs. This - [7]
RXVJFQ5AEvaluator cleanups - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- replacement in src/script/hydra-eval-jobset at line 647
my @args = ($jobset->nixexprinput, $jobset->nixexprpath, inputsToArgs($inputInfo));my @args = ($jobset->nixexprinput // "", $jobset->nixexprpath // "", inputsToArgs($inputInfo));