Skip to content

Commit f040f42

Browse files
committed
ci: rename jsruntime-lib into zig-js-runtime
1 parent 986e69f commit f040f42

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/actions/install/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ runs:
88
- name: install v8
99
shell: bash
1010
run: |
11-
mkdir -p vendor/jsruntime-lib/vendor/v8/${{env.ARCH}}/debug
12-
ln -s /usr/local/lib/libc_v8.a vendor/jsruntime-lib/vendor/v8/${{env.ARCH}}/debug/libc_v8.a
11+
mkdir -p vendor/zig-js-runtime/vendor/v8/${{env.ARCH}}/debug
12+
ln -s /usr/local/lib/libc_v8.a vendor/zig-js-runtime/vendor/v8/${{env.ARCH}}/debug/libc_v8.a
1313
14-
mkdir -p vendor/jsruntime-lib/vendor/v8/${{env.ARCH}}/release
15-
ln -s /usr/local/lib/libc_v8.a vendor/jsruntime-lib/vendor/v8/${{env.ARCH}}/release/libc_v8.a
14+
mkdir -p vendor/zig-js-runtime/vendor/v8/${{env.ARCH}}/release
15+
ln -s /usr/local/lib/libc_v8.a vendor/zig-js-runtime/vendor/v8/${{env.ARCH}}/release/libc_v8.a
1616
1717
- name: libiconv
1818
shell: bash

.github/workflows/wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757
token: ${{ secrets.GH_CI_PAT }}
58-
# fetch submodules recusively, to get jsruntime-lib submodules also.
58+
# fetch submodules recusively, to get zig-js-runtime submodules also.
5959
submodules: recursive
6060

6161
- uses: ./.github/actions/install

.github/workflows/zig-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "build.zig"
1616
- "src/**/*.zig"
1717
- "src/*.zig"
18-
- "vendor/jsruntime-lib"
18+
- "vendor/zig-js-runtime"
1919
pull_request:
2020

2121
# By default GH trigger on types opened, synchronize and reopened.
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
token: ${{ secrets.GH_CI_PAT }}
56-
# fetch submodules recusively, to get jsruntime-lib submodules also.
56+
# fetch submodules recusively, to get zig-js-runtime submodules also.
5757
submodules: recursive
5858

5959
- uses: ./.github/actions/install
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 0
8181
token: ${{ secrets.GH_CI_PAT }}
82-
# fetch submodules recusively, to get jsruntime-lib submodules also.
82+
# fetch submodules recusively, to get zig-js-runtime submodules also.
8383
submodules: recursive
8484

8585
- uses: ./.github/actions/install
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
fetch-depth: 0
107107
token: ${{ secrets.GH_CI_PAT }}
108-
# fetch submodules recusively, to get jsruntime-lib submodules also.
108+
# fetch submodules recusively, to get zig-js-runtime submodules also.
109109
submodules: recursive
110110

111111
- uses: ./.github/actions/install

0 commit comments

Comments
 (0)