tools.deploy.shaker: fix startup hook stripping
cpu.x86 -> cpu.x86.features and some more hooks that are safe to striplocals-and-roots
parent
f488f77e62
commit
d21ff7a3a0
|
@ -28,9 +28,8 @@ IN: tools.deploy.shaker
|
||||||
"Stripping startup hooks" show
|
"Stripping startup hooks" show
|
||||||
{
|
{
|
||||||
"alien.strings"
|
"alien.strings"
|
||||||
"cpu.x86"
|
"cpu.x86.features"
|
||||||
"environment"
|
"environment"
|
||||||
"libc"
|
|
||||||
}
|
}
|
||||||
[ startup-hooks get delete-at ] each
|
[ startup-hooks get delete-at ] each
|
||||||
deploy-threads? get [
|
deploy-threads? get [
|
||||||
|
@ -41,9 +40,11 @@ IN: tools.deploy.shaker
|
||||||
] when
|
] when
|
||||||
strip-dictionary? [
|
strip-dictionary? [
|
||||||
{
|
{
|
||||||
|
"compiler.units"
|
||||||
|
"source-files.errors"
|
||||||
"vocabs"
|
"vocabs"
|
||||||
"vocabs.cache"
|
"vocabs.cache"
|
||||||
"source-files.errors"
|
"vocabs.loader"
|
||||||
} [ startup-hooks get delete-at ] each
|
} [ startup-hooks get delete-at ] each
|
||||||
] when ;
|
] when ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue