feat update dir.bloaty
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
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
This commit is contained in:
parent
86cf6115f5
commit
8189ae12e3
@ -43,6 +43,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
|
||||
# set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
|
||||
|
||||
set(STATIC_BINARY_FLAGS "-static-libgcc -static-libstdc++")
|
||||
set(WHOLE_ARCHIVE_PREFIX "-Wl,--whole-archive")
|
||||
set(WHOLE_ARCHIVE_SUFFIX "-Wl,--no-whole-archive")
|
||||
endif()
|
||||
|
@ -3,12 +3,11 @@ custom_data_source: {
|
||||
base_data_source: "compileunits"
|
||||
|
||||
rewrite: {
|
||||
pattern: "^(.*/tile/)(third_party/\\w+)"
|
||||
pattern: "^(.*/)(third_party/\\w+)"
|
||||
replacement: "\\2"
|
||||
}
|
||||
|
||||
rewrite: {
|
||||
pattern: "^(.*/tile/)((\\w+/)+)"
|
||||
pattern: "^(.*/)(3party/\\w+)"
|
||||
replacement: "\\2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user