ci: don't include prebuilt libraries in the release

These libraries will be automatically built when needed and cached.

The main reason these were needed is for play.tinygo.org, but I've now
prebuilt them there directly (so they don't need to be built for every
tarball).
This commit is contained in:
Ayke van Laethem
2024-08-04 18:37:20 +02:00
committed by Ayke
parent a8a532f9d6
commit 2d6d9eb76d
9 changed files with 14 additions and 80 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/tinygo-org/tinygo/goenv"
)
var Musl = Library{
var libMusl = Library{
name: "musl",
makeHeaders: func(target, includeDir string) error {
bits := filepath.Join(includeDir, "bits")