[infra] Fix Cloud Build

Bug: skia:9184
Change-Id: Ia78094f5bd2a0cf3c8368933b3719df01ab1e646
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/221540
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
Eric Boren 2019-06-18 10:19:11 -04:00 committed by Skia Commit-Bot
parent f91aeb259e
commit 34d63e6b4e

View File

@ -39,7 +39,9 @@ extra_ldflags = [ \n\
"-L/usr/local/lib", \n\
"-Wl,-rpath", \n\
"-Wl,/usr/local/lib" \n\
] ' > /tmp/skia/skia/out/Static/args.gn
]\n\
# TODO: use of xbyak is temporary; remove this when it's no longer needed.\n\
skia_use_xbyak = false ' > /tmp/skia/skia/out/Static/args.gn
RUN cd /tmp/skia/skia \
&& python tools/git-sync-deps \