Skip to content

Commit 82c2255

Browse files
targosRafaelGSS
authored andcommitted
deps: remove deps/simdutf
We depend on V8's version of simdutf now. PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 8a258eb commit 82c2255

File tree

13 files changed

+3
-72712
lines changed

13 files changed

+3
-72712
lines changed

β€Ž.github/workflows/tools.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ on:
3636
- postject
3737
- root-certificates
3838
- simdjson
39-
- simdutf
4039
- sqlite
4140
- undici
4241
- uvwasi
@@ -244,14 +243,6 @@ jobs:
244243
cat temp-output
245244
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
246245
rm temp-output
247-
- id: simdutf
248-
subsystem: deps
249-
label: dependencies
250-
run: |
251-
./tools/dep_updaters/update-simdutf.sh > temp-output
252-
cat temp-output
253-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
254-
rm temp-output
255246
- id: sqlite
256247
subsystem: deps
257248
label: dependencies, sqlite

β€ŽLICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ The externally maintained libraries used by Node.js are:
17741774
limitations under the License.
17751775
"""
17761776

1777-
- simdutf, located at deps/simdutf, is licensed as follows:
1777+
- simdutf, located at deps/v8/third_party/simdutf, is licensed as follows:
17781778
"""
17791779
Copyright 2021 The simdutf authors
17801780

β€Ždeps/simdutf/BUILD.gn

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Ždeps/simdutf/LICENSE-MIT

Lines changed: 0 additions & 18 deletions
This file was deleted.

β€Ždeps/simdutf/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ždeps/simdutf/simdutf.cpp

Lines changed: 0 additions & 66420 deletions
This file was deleted.

β€Ždeps/simdutf/simdutf.gyp

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
Β (0)