Fix build failure issue in community CI 68/2268/1
authorJingzhao <Jingzhao.Ni@arm.com>
Mon, 2 Mar 2020 14:39:48 +0000 (22:39 +0800)
committerJingzhao <Jingzhao.Ni@arm.com>
Mon, 2 Mar 2020 14:39:48 +0000 (22:39 +0800)
commit8688d25df59d4ad2aa60daa42b19e1dbeb58ebb1
tree18af1b262a277d2100e886f72498c7740df859f9
parent0f396c52b140bc5279ea38c2c93b603d5d4c79a3
Fix build failure issue in community CI

In compass building script, the curl command gets file as
an incorrectly format from URL which finally results in
the compass building failure.

In this patch, the script file will be download by wget.
Then it will be run as a scripts by bash.

Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
Change-Id: I8bd49cb818a3c67a7e752a6a1e5521dc570e57b9
jjb/iec/iec-compass-build.sh