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:
@@ -16,7 +16,6 @@ func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
|
|||||||
// uses source tree as scratch space
|
// uses source tree as scratch space
|
||||||
Writable: true,
|
Writable: true,
|
||||||
Chmod: true,
|
Chmod: true,
|
||||||
EnterSource: true,
|
|
||||||
|
|
||||||
Env: []string{
|
Env: []string{
|
||||||
"CONFIG=1",
|
"CONFIG=1",
|
||||||
@@ -26,8 +25,8 @@ func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
|
|||||||
"COMP_DEFAULT=zstd",
|
"COMP_DEFAULT=zstd",
|
||||||
"USE_PREBUILT_MANPAGES=y",
|
"USE_PREBUILT_MANPAGES=y",
|
||||||
},
|
},
|
||||||
|
ScriptEarly: "cd squashfs-tools",
|
||||||
}, &MakeHelper{
|
}, &MakeHelper{
|
||||||
|
|
||||||
SkipConfigure: true,
|
SkipConfigure: true,
|
||||||
InPlace: true,
|
InPlace: true,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user