Skip to content

Commit

Permalink
test gcc-9
Browse files Browse the repository at this point in the history
Summary: Testing gcc-9. Whether the compiler internal error still happens.

Differential Revision: D26257248

fbshipit-source-id: a35951bf44eb1e882081782470cf77739bea5a65
  • Loading branch information
Hongzhang Shan authored and facebook-github-bot committed Feb 4, 2021
1 parent b8e2c23 commit 5f226b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fbgemmci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
echo GITHUB_SHA = $GITHUB_SHA
echo GITHUB_REF = $GITHUB_REF
c++ --verbose
sudo rm /usr/bin/gcc
sudo ln -s /usr/bin/gcc-9 /usr/bin/gcc
- name: Build static FBGEMM lib
run: |
Expand Down

0 comments on commit 5f226b0

Please sign in to comment.