Update start-build.sh

This commit is contained in:
uazo 2021-07-13 14:41:16 +02:00 committed by GitHub
parent 03f6666aa6
commit 28e8df14ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ if [[ OUT_PRESENT -eq 0 ]]; then
cp -arp ../../artifacs/out/bromite/* out/bromite/
echo -e ${RED} -------- gn gen ${NC}
gn gen --args="import(\"../../bromite/build/GN_ARGS\") use_goma=true goma_dir=\"$WORKSPACE/goma\" $(cat ../../build_args.gni) " out/bromite
gn gen --args="import(\"/home/lg/working_dir/bromite/build/GN_ARGS\") use_goma=true goma_dir=\"$WORKSPACE/goma\" $(cat ../../build_args.gni) " out/bromite
echo -e ${RED} -------- gn args ${NC}
gn args out/bromite/ --list --short