Skip to content

Commit

Permalink
circleci: i686 gcc, only gcc-11 + O2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 12, 2023
1 parent 71e03a6 commit 7e70d02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ workflows:
ignore:
- master
- /^ci/(?!circleci).*$/
- i686:
filters:
branches:
ignore:
- master
- /^ci/(?!circleci).*$/
# - i686:
# filters:
# branches:
# ignore:
# - master
# - /^ci/(?!circleci).*$/
- i686-gcc11-O2:
filters:
branches:
Expand Down

0 comments on commit 7e70d02

Please sign in to comment.