lowRISC / lowrisc-toolchains

UNSUPPORTED INTERNAL toolchain builds
30 stars 14 forks source link

Allow build-*-with-args.sh to run locally #18

Closed lenary closed 4 years ago

lenary commented 4 years ago

Developers run into issues trying to run build-clang-with-args.sh and build-gcc-with-args.sh on their own machines.

I think the usual bug report is because they don't have ARTIFACT_STAGING_DIR set in their environment. This commit ensures the final artifact is put somewhere sensible (and likely writable) if that env variable is not present.