-
Notifications
You must be signed in to change notification settings - Fork 91
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
speed-up builds with buildGoCache #155
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
bd1f597
speed-up builds with buildGoCache
Mic92 b029f29
Merge branch 'main' of github.com:replit/upm into build-go-cache
cdmistman 86de8bc
update vendor hash
cdmistman c7c88b9
Merge branch 'main' of github.com:replit/upm into build-go-cache
cdmistman 3a9d623
Merge branch 'main' of github.com:replit/upm into build-go-cache
cdmistman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
archive/tar | ||
archive/zip | ||
bufio | ||
bytes | ||
cloud.google.com/go/bigquery | ||
compress/gzip | ||
context | ||
crypto/md5 | ||
database/sql | ||
embed | ||
encoding/binary | ||
encoding/hex | ||
encoding/json | ||
encoding/xml | ||
errors | ||
flag | ||
fmt | ||
github.com/BurntSushi/toml | ||
github.com/hashicorp/go-version | ||
github.com/kballard/go-shellquote | ||
github.com/mattn/go-sqlite3 | ||
github.com/natefinch/atomic | ||
github.com/smacker/go-tree-sitter | ||
github.com/smacker/go-tree-sitter/javascript | ||
github.com/smacker/go-tree-sitter/python | ||
github.com/smacker/go-tree-sitter/typescript/tsx | ||
github.com/smacker/go-tree-sitter/typescript/typescript | ||
github.com/spf13/cobra | ||
golang.org/x/net/context | ||
golang.org/x/net/html | ||
golang.org/x/term | ||
google.golang.org/api/iterator | ||
gopkg.in/DataDog/dd-trace-go.v1/ddtrace | ||
gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer | ||
gopkg.in/yaml.v2 | ||
io | ||
io/fs | ||
log | ||
net/http | ||
net/url | ||
os | ||
os/exec | ||
path | ||
path/filepath | ||
reflect | ||
regexp | ||
runtime | ||
sort | ||
strconv | ||
strings | ||
sync | ||
testing | ||
time |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My recommendation for this would be to have a github action that just updates this file after pushes to master automatically. After all it's a performance optimization and it causes too much friction/merge conflicts to have this being updated in pull requests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like that but for updating this file: https://gist.github.com/Broxzier/1ed980b8b3822d213e98042fc6a92040