Oliver Lantwin
Results
2
issues of
Oliver Lantwin
Using `aliBuild 1.5.5`, on `slc7_x86-64`(using `aliBuild` in docker on the `cern/cc7-base` image), I find myself in a situation in which `aliDoctor` and `aliBuild` disagree on which packages can be used...
With 1.17.11 (but also 1.17.5), the following `prefer_system_check` works for aliDoctor, but fails for aliBuild: ```yaml prefer_system_check: | [ "$GENFIT_VERSION" = "$REQUESTED_VERSION" ] && true ``` Any idea what the...