diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-11 16:37:43 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-11 16:38:14 +0200 |
commit | 9c29f16140419cdffa1b7282c1d309af37eb10dc (patch) | |
tree | 8af4f677d8d349edee53a0d9b0e0d53318507a05 /jjb/common | |
parent | efbc4125a87d306755909a6ecca51d2c3a5867de (diff) |
Allow build of SDK for aarch64 and rsync after test
Change-Id: Ic3934c7a32314709f5bb376c57c180960ae0f0e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-export-eula.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-agl-export-eula.sh b/jjb/common/include-agl-export-eula.sh new file mode 100644 index 00000000..14c85bed --- /dev/null +++ b/jjb/common/include-agl-export-eula.sh @@ -0,0 +1 @@ +export EULA_$(echo $MACHINE | sed 's/-//g')=1 |