This is a much more natural way to call the script:
./build-configurations.sh build-asan
rather than:
ABC_BUILD_NAME=build-asan ./build-configurations.sh
The environment variable is still accepted in order to maintain
compatibility with existing infra.