tile/dir.bloaty
tqcq 8189ae12e3
Some checks failed
android / build (push) Successful in 6m16s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Failing after 8m27s
linux-arm-gcc / linux-gcc-arm (Debug) (push) Failing after 8m41s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Failing after 11m17s
linux-arm-gcc / linux-gcc-arm (Release) (push) Failing after 10m19s
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Failing after 7m14s
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Failing after 12m36s
linux-arm-gcc / linux-gcc-armhf (Release) (push) Failing after 14m46s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 5m34s
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Failing after 9m20s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 4m28s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Failing after 10m14s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Failing after 10m11s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Failing after 9m36s
linux-x86-gcc / linux-gcc (Debug) (push) Failing after 4m1s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 7m12s
linux-x86-gcc / linux-gcc (Release) (push) Failing after 3m59s
feat update dir.bloaty
2024-06-14 16:54:47 +08:00

14 lines
229 B
Plaintext

custom_data_source: {
name: "dir"
base_data_source: "compileunits"
rewrite: {
pattern: "^(.*/)(third_party/\\w+)"
replacement: "\\2"
}
rewrite: {
pattern: "^(.*/)(3party/\\w+)"
replacement: "\\2"
}
}