From e0fe624b1d25125132b2a19f31e7b355a9f0c7d6 Mon Sep 17 00:00:00 2001 From: tinebp Date: Tue, 17 Nov 2020 07:33:05 -0500 Subject: [PATCH 1/3] Update .travis.yml try clang compiler to work around gcc crash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03690e9d..d6860697 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: cpp dist: bionic os: linux -compiler: gcc +compiler: clang addons: apt: sources: From cad321dd9e42c32888d7c61fd2a3aedbdea1a3e9 Mon Sep 17 00:00:00 2001 From: tinebp Date: Tue, 17 Nov 2020 08:35:04 -0500 Subject: [PATCH 2/3] Update .travis.yml disable parallel build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6860697..84a943ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: cpp dist: bionic os: linux -compiler: clang +compiler: gcc addons: apt: sources: @@ -20,7 +20,7 @@ install: - export PATH=$VERILATOR_ROOT/bin:$PATH script: - - make -j + - make - ci/test_runtime.sh - ci/test_driver.sh - ci/test_riscv_isa.sh From 91fe3efa28a7cf636aa09e66cea02270f933b793 Mon Sep 17 00:00:00 2001 From: tinebp Date: Tue, 17 Nov 2020 10:05:26 -0500 Subject: [PATCH 3/3] Update .travis.yml increase timeout time --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84a943ac..2028aafe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,17 +20,17 @@ install: - export PATH=$VERILATOR_ROOT/bin:$PATH script: - - make - - ci/test_runtime.sh - - ci/test_driver.sh - - ci/test_riscv_isa.sh - - ci/test_opencl.sh - - ci/blackbox.sh -run_debug - - ci/blackbox.sh -run_scope - - ci/blackbox.sh -run_1c - - ci/blackbox.sh -run_2c - - ci/blackbox.sh -run_4c - - ci/blackbox.sh -run_4c_l2 + - travis_wait 30 make + - travis_wait 30 ci/test_runtime.sh + - travis_wait 30 ci/test_driver.sh + - travis_wait 30 ci/test_riscv_isa.sh + - travis_wait 30 ci/test_opencl.sh + - travis_wait 30 ci/blackbox.sh -run_debug + - travis_wait 30 ci/blackbox.sh -run_scope + - travis_wait 30 ci/blackbox.sh -run_1c + - travis_wait 30 ci/blackbox.sh -run_2c + - travis_wait 30 ci/blackbox.sh -run_4c + - travis_wait 30 ci/blackbox.sh -run_4c_l2 - travis_wait 30 ci/blackbox.sh -run_4c_2l2_l3 - travis_wait 30 ci/blackbox.sh -run_8c_4l2_l3