From 01a014bc5476978c79b8964108480dde103a0e38 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Sat, 7 Aug 2021 12:05:41 +0000 Subject: tcwg_gnu-build.sh: Update settings for tcwg_gnu_* ci_projects Change-Id: I5787d1016061014b4efe58cee20c6e4e5ac836f3 --- tcwg_gnu-build.sh | 10 ++++++---- 1 file 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 -- cgit v1.2.3