Skip to content

Commit 842e9e1

Browse files
committed
fix: remove from workflow
1 parent 8297c11 commit 842e9e1

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/tools.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
- acorn
1717
- acorn-walk
1818
- ada
19-
- base64
2019
- brotli
2120
- c-ares
2221
- cjs-module-lexer
@@ -81,14 +80,6 @@ jobs:
8180
cat temp-output
8281
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
8382
rm temp-output
84-
- id: base64
85-
subsystem: deps
86-
label: dependencies
87-
run: |
88-
./tools/dep_updaters/update-base64.sh > temp-output
89-
cat temp-output
90-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
91-
rm temp-output
9283
- id: brotli
9384
subsystem: deps
9485
label: dependencies

doc/contributing/maintaining/maintaining-dependencies.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,6 @@ an abstract syntax tree walker for the ESTree format.
156156
The [ada](https://github.com/ada-url/ada) dependency is a
157157
fast and spec-compliant URL parser written in C++.
158158

159-
### base64
160-
161-
The [base64](https://github.com/aklomp/base64) dependency is a base64
162-
stream encoding/decoding library in C99 with SIMD and OpenMP acceleration.
163-
It also contains wrapper functions to encode/decode simple
164-
length-delimited strings.
165-
166159
### brotli
167160

168161
The [brotli](https://github.com/google/brotli) dependency is

0 commit comments

Comments
 (0)