mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
opt some
This commit is contained in:
parent
4156fac09a
commit
80df68adf5
@ -19,6 +19,10 @@ func _binpack_file(m *ice.Message, w io.Writer, arg ...string) {
|
||||
if strings.HasPrefix(arg[0], "usr/volcanos/publish/") && !strings.HasSuffix(arg[0], "/proto.js") {
|
||||
return
|
||||
}
|
||||
switch path.Base(arg[0]) {
|
||||
case "go.mod", "go.sum":
|
||||
return
|
||||
}
|
||||
switch arg[0] {
|
||||
case ice.SRC_BINPACK_GO, ice.SRC_VERSION_GO, ice.ETC_LOCAL_SHY:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user