Skip to content

Commit

Permalink
Merge pull request #593 from borglab/fix/linux-build
Browse files Browse the repository at this point in the history
Ubuntu+GCC9 CI stage
  • Loading branch information
varunagrawal authored Nov 11, 2020
2 parents ea6e8db + 86cea10 commit fb5e9a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name: [
ubuntu-18.04-gcc-5,
# ubuntu-18.04-gcc-9, # TODO Disabled for now because of timeouts
ubuntu-18.04-gcc-9,
ubuntu-18.04-clang-9,
macOS-10.15-xcode-11.3.1,
ubuntu-18.04-gcc-5-tbb,
Expand All @@ -33,11 +33,10 @@ jobs:
compiler: gcc
version: "5"

# TODO Disabled for now because of timeouts
# - name: ubuntu-18.04-gcc-9
# os: ubuntu-18.04
# compiler: gcc
# version: "9"
- name: ubuntu-18.04-gcc-9
os: ubuntu-18.04
compiler: gcc
version: "9"

- name: ubuntu-18.04-clang-9
os: ubuntu-18.04
Expand Down

0 comments on commit fb5e9a2

Please sign in to comment.