Skip to content

Commit a35fdd3

Browse files
ci: Run PRs on merge result even for i686
This line should have been added in c7f754f. This mistake caused some i686 builds to fail when the PR was not rebased, see https://cirrus-ci.com/build/5156197872435200.
1 parent 3dc8c07 commit a35fdd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ task:
9292
CC: i686-linux-gnu-gcc
9393
- env:
9494
CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
95+
<< : *MERGE_BASE
9596
test_script:
9697
- ./ci/cirrus.sh
9798
<< : *CAT_LOGS

0 commit comments

Comments
 (0)