Azathothas / Toolpacks

📦 Largest Collection of Multi-Platform (Android|Linux|Windows) Pre-Compiled (+ UPXed) Static Binaries (incl. Build Scripts) :: https://bin.ajam.dev
https://bin.ajam.dev/
MIT License
145 stars 16 forks source link

Update bigdl.sh #8

Closed xplshn closed 8 months ago

Azathothas commented 8 months ago

Thanks, but sadly I had to change mv to cp due to permission issues in the automation scripts, which makes this pull request incompatible/conflicting.

See: https://github.com/Azathothas/Toolpacks/commit/fdf517efe40e2ee46fac760ab0049844a6853454#diff-8034ae98a02b27fb9ec812808bc13fc8aade394db486198f5cbf04beedf14425

Azathothas commented 8 months ago

@xplshn please avoid submitting pull requests without first testing as per: https://github.com/Azathothas/Toolpacks/blob/main/Docs/BUILD_NOTES.md#tests

Your pull to change bigdl to bigDL was merged manually, but it didn't work because it's still bigdl https://github.com/Azathothas/Toolpacks/blob/main/x86_64_Linux/BUILD_ERROR.log.md

49431:cp: cannot stat './bigDL': No such file or directory
$ ls
LICENSE    bdl    findURL.go  go.mod  helperFunctions.go  install.go       main.go    run.go
README.md  bigdl  fsearch.go  go.sum  info.go             listBinaries.go  remove.go  spin.go
xplshn commented 8 months ago

Oh., I might have an with an old go.mod file it seems., Sorry, when I compiled it was working because of that.