mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Cleaned up & updated vendor/
This commit is contained in:
parent
0b70cdbac0
commit
9a0dd8270a
51 changed files with 13232 additions and 347 deletions
|
@ -28,18 +28,6 @@ ls
|
|||
############
|
||||
stage "Build"
|
||||
############
|
||||
echo "Removing any vendor/ dir if present ..."
|
||||
rm -rf vendor
|
||||
echo "Recreating go.mod from scratch ..."
|
||||
mv go.mod go.mod.git || true
|
||||
mv go.sum go.sum.git || true
|
||||
go mod init
|
||||
go mod tidy
|
||||
|
||||
echo "Cleaning go mod cache ..."
|
||||
go clean -modcache
|
||||
echo "Cleaning go cache ..."
|
||||
go clean -cache
|
||||
echo "Invoking 'make clean' ..."
|
||||
make clean
|
||||
echo "Invoking 'make all' ..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue