internal/rosa/squashfs: enter correct directory
Some checks failed
Test / Create distribution (push) Failing after 54s
Test / ShareFS (push) Failing after 1m22s
Test / Flake checks (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
Test / Sandbox (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
Some checks failed
Test / Create distribution (push) Failing after 54s
Test / ShareFS (push) Failing after 1m22s
Test / Flake checks (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
Test / Sandbox (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
This was missed when migrating to the make helper. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -14,9 +14,8 @@ func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
|
||||
pkg.TarGzip,
|
||||
), &PackageAttr{
|
||||
// uses source tree as scratch space
|
||||
Writable: true,
|
||||
Chmod: true,
|
||||
EnterSource: true,
|
||||
Writable: true,
|
||||
Chmod: true,
|
||||
|
||||
Env: []string{
|
||||
"CONFIG=1",
|
||||
@@ -26,8 +25,8 @@ func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
|
||||
"COMP_DEFAULT=zstd",
|
||||
"USE_PREBUILT_MANPAGES=y",
|
||||
},
|
||||
ScriptEarly: "cd squashfs-tools",
|
||||
}, &MakeHelper{
|
||||
|
||||
SkipConfigure: true,
|
||||
InPlace: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user