Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove Compile V8
  • Loading branch information
cclauss authored Dec 19, 2019
commit 76575aa0e03e75c80e67c96bc61b80291889d6ec
4 changes: 0 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt || true
- name: Compile V8
run: |
python ./configure.py
make -j2 -C out V=1 v8
- name: Compile Node.js
run: |
python ./configure.py
Expand Down