dist: move comp to dist
Some checks failed
Test / Create distribution (push) Successful in 31s
Test / Fortify (push) Failing after 1m2s
Test / Fpkg (push) Failing after 1m20s
Test / Sandbox (push) Failing after 1m50s
Test / Fortify (race detector) (push) Failing after 2m1s
Test / Sandbox (race detector) (push) Failing after 3m18s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Successful in 31s
Test / Fortify (push) Failing after 1m2s
Test / Fpkg (push) Failing after 1m20s
Test / Sandbox (push) Failing after 1m50s
Test / Fortify (race detector) (push) Failing after 2m1s
Test / Sandbox (race detector) (push) Failing after 3m18s
Test / Flake checks (push) Has been skipped
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
ef80b19f2f
commit
d051b05e33
0
comp/_fortify → dist/comp/_fortify
vendored
0
comp/_fortify → dist/comp/_fortify
vendored
2
dist/release.sh
vendored
2
dist/release.sh
vendored
@ -6,7 +6,7 @@ out="dist/${pname}"
|
||||
|
||||
mkdir -p "${out}"
|
||||
cp -v "README.md" "dist/fsurc.default" "dist/install.sh" "${out}"
|
||||
cp -rv "comp" "${out}"
|
||||
cp -rv "dist/comp" "${out}"
|
||||
|
||||
go generate ./...
|
||||
go build -trimpath -v -o "${out}/bin/" -ldflags "-s -w -buildid= -extldflags '-static'
|
||||
|
Loading…
x
Reference in New Issue
Block a user