Skip to content

Commit

Permalink
ci: Run PRs on merge result even for i686
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
real-or-random committed May 31, 2021
1 parent 3dc8c07 commit a35fdd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Expand Up @@ -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
Expand Down

0 comments on commit a35fdd3

Please sign in to comment.