Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Mar 21, 2024
1 parent 7af4afd commit d478913
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ jobs:
- name: Install Depot Tools
uses: newkdev/[email protected]
- name: Set up
run: mkdir v8
- run: cp .github/.gclient v8/.gclient
- run: cd v8 && gclient sync && cd v8
run: mkdir v8 && cd v8
- run: |
echo '[
{
"name": "v8",
"url": "https://github.com/openwebf/v8.git",
"deps_file": "DEPS",
"managed": false,
"custom_deps": {}
}
]' > .gclient
- run: gclient sync && cd v8
- name: Generate build dir
run: ./tools/dev/v8gen.py arm64.release -vv
- run: rm ./out/arm64.release/args.gn
Expand Down

0 comments on commit d478913

Please sign in to comment.