Skip to content

Commit

Permalink
deps,src: simplify base64 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Apr 27, 2024
1 parent e4c1d02 commit 7a07c7e
Show file tree
Hide file tree
Showing 91 changed files with 20 additions and 9,160 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tools.yml
Expand Up @@ -16,7 +16,6 @@ on:
- acorn
- acorn-walk
- ada
- base64
- brotli
- c-ares
- cjs-module-lexer
Expand Down Expand Up @@ -81,14 +80,6 @@ jobs:
cat temp-output
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
rm temp-output
- id: base64
subsystem: deps
label: dependencies
run: |
./tools/dep_updaters/update-base64.sh > temp-output
cat temp-output
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
rm temp-output
- id: brotli
subsystem: deps
label: dependencies
Expand Down
14 changes: 0 additions & 14 deletions deps/base64/BUILD.gn

This file was deleted.

14 changes: 0 additions & 14 deletions deps/base64/README.md

This file was deleted.

221 changes: 0 additions & 221 deletions deps/base64/base64.gyp

This file was deleted.

22 changes: 0 additions & 22 deletions deps/base64/base64/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion deps/base64/base64/.gitignore

This file was deleted.

0 comments on commit 7a07c7e

Please sign in to comment.