8000 Netlify cache fixes by ppannuto · Pull Request #4457 · tock/tock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Netlify cache fixes #4457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Copyright Tock Contributors 2022.

[[plugins]]
package = "./tools/netlify-cache"

# Suppress `tput` warnings by setting TERM
[build]
environment = { TERM = "dumb" }
2 changes: 1 addition & 1 deletion tools/netlify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -u
set -x

# Install rust stuff that we need
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2025-05-19
curl https://sh.rustup.rs -sSf | sh -s -- -y

# And fixup path for the newly installed rust stuff
export PATH="$PATH:$HOME/.cargo/bin"
Expand Down
63 changes: 0 additions & 63 deletions tools/netlify-cache/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions tools/netlify-cache/manifest.yml

This file was deleted.

0