summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-07 12:05:41 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-07 12:05:41 +0000
commit01a014bc5476978c79b8964108480dde103a0e38 (patch)
tree2cc06e8e547156b3fd553137a9bd19deb47d167f /tcwg_gnu-build.sh
parentcf6a65f5ef4be05ebce28f2a030b0288253b37a5 (diff)
tcwg_gnu-build.sh: Update settings for tcwg_gnu_* ci_projects
Change-Id: I5787d1016061014b4efe58cee20c6e4e5ac836f3
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 9eb98cd6..00b2dfef 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -204,17 +204,19 @@ case "${rr[ci_project]}" in
run_step skip_on_fail 3 build_abe linux
run_step skip_on_fail 4 build_abe glibc
run_step skip_on_fail 5 build_abe stage2
- run_step skip_on_fail 6 build_abe qemu
+ run_step skip_on_fail 6 build_abe gdb
+ run_step skip_on_fail 7 build_abe qemu
;;
- tcwg_gnu_cross_check_gcc)
+ tcwg_gnu_cross_check_*)
run_step skip_on_fail -8 build_abe binutils
run_step skip_on_fail -7 build_abe stage1
run_step skip_on_fail -6 build_abe linux
run_step skip_on_fail -5 build_abe glibc
run_step skip_on_fail -4 build_abe stage2
- run_step skip_on_fail -3 build_abe qemu
+ run_step skip_on_fail -3 build_abe gdb
+ run_step skip_on_fail -2 build_abe qemu
run_step skip_on_fail 0 build_abe dejagnu
- run_step skip_on_fail 1 build_abe check_gcc -- "${runtestflags[@]}"
+ run_step skip_on_fail 1 build_abe "${rr[ci_project]#tcwg_gnu_cross_}" -- "${runtestflags[@]}"
;;
tcwg_gnu_native_build)
run_step skip_on_fail 0 true