Skip to content

Commit

Permalink
chore: update jsargs compatibility patch
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews committed Sep 24, 2021
1 parent 34d11c5 commit 7fc1eaf
Show file tree
Hide file tree
Showing 2 changed files with 3,187 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
name: Apply compat patch
working-directory: ./v8

#- run: git apply ../compat_jsargs.patch
# name: Apply patch for breaking reverse jsargs change
# working-directory: ./v8
- run: git apply ../compat_jsargs.patch
name: Apply patch for breaking reverse jsargs change
working-directory: ./v8

- run: git apply ../version.patch
name: Adjust V8 version
Expand Down Expand Up @@ -97,9 +97,9 @@ jobs:
name: Apply compat patch
working-directory: ./v8

#- run: git apply ../compat_jsargs.patch
# name: Apply patch for breaking reverse jsargs change
# working-directory: ./v8
- run: git apply ../compat_jsargs.patch
name: Apply patch for breaking reverse jsargs change
working-directory: ./v8

- run: git apply ../version.patch
name: Adjust V8 version
Expand Down
Loading

0 comments on commit 7fc1eaf

Please sign in to comment.