From a35fdd3478f7556dfb9b83f32aaa319ccadff9a9 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Mon, 31 May 2021 18:11:27 +0200 Subject: [PATCH] ci: Run PRs on merge result even for i686 This line should have been added in c7f754fe4d5e032fd150c4b9b985855e9fcaa521. This mistake caused some i686 builds to fail when the PR was not rebased, see https://cirrus-ci.com/build/5156197872435200. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 1ba9315f0a651..c65105bca8a1d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -92,6 +92,7 @@ task: CC: i686-linux-gnu-gcc - env: CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include + << : *MERGE_BASE test_script: - ./ci/cirrus.sh << : *CAT_LOGS