Skip to content

Commit

Permalink
Check clang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Oct 1, 2020
1 parent ac84a01 commit 942065f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ jobs:
. ./activate
venv/bin/python -m pip install -r requirements-dev.txt
- name: Setup kernel for react native, increase watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf

- name: Setup Node 12.x
uses: actions/[email protected]
with:
Expand All @@ -104,6 +101,7 @@ jobs:
- name: Build MacOS DMG in Catalina
run: |
. ./activate
clang --version
cd ./electron-react
npm install
npm audit fix
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ steps:
- script: |
. ./activate
clang --version
pip wheel --use-pep517 --only-binary cbor2 --extra-index-url https://download.chia.net/simple/ --wheel-dir=wheels .
displayName: "Build wheels"
Expand Down

0 comments on commit 942065f

Please sign in to comment.