about summary refs log tree commit diff
path: root/src/ci/docker/scripts/i686-gnu-nopt-2.sh
AgeCommit message (Collapse)AuthorLines
2025-07-15Fix handling of SCRIPT_ARG in docker imagesNikita Popov-0/+6
Instead of making this a build parameter, pass the SCRIPT as an environment variable. To this purpose, normalize on always referring to a script in `/scripts`. For i686-gnu-nopt-2 I had to create a separate script, because Docker seems to be really terrible at command line argument parsing, so it's not possible to pass an environment variable that contains whitespace.