Skip to content

Commit

Permalink
update proxy of master to upgrade-near-8.2 (#9148)
Browse files Browse the repository at this point in the history
ref #4982, close #9147

Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo authored Jun 15, 2024
1 parent 380a5f3 commit c0ce779
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ header:
- 'Cargo.lock'
- 'Cargo.toml'
- 'rust-toolchain'
- 'rust-toolchain.toml'
- '.devcontainer/'
- '**/OWNERS'
- 'OWNERS_ALIASES'
Expand Down
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy
Submodule tiflash-proxy updated 689 files
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ add_custom_command(OUTPUT ${_TIFLASH_PROXY_LIBRARY}
WORKING_DIRECTORY ${_TIFLASH_PROXY_SOURCE_DIR}
DEPENDS "${_TIFLASH_PROXY_SRCS}"
"${_TIFLASH_PROXY_SOURCE_DIR}/Cargo.lock"
"${TiFlash_SOURCE_DIR}/rust-toolchain")
"${TiFlash_SOURCE_DIR}/rust-toolchain.toml")

add_custom_target(tiflash_proxy ALL DEPENDS ${_TIFLASH_PROXY_LIBRARY})
add_library(libtiflash_proxy SHARED IMPORTED GLOBAL)
Expand Down
2 changes: 1 addition & 1 deletion libs/libprocess_metrics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ add_custom_command(OUTPUT ${_PROCESS_METRICS_LIBRARY}
"${_PROCESS_METRICS_HEADERS}"
"${_PROCESS_METRICS_SOURCE_DIR}/Cargo.lock"
"${_PROCESS_METRICS_SOURCE_DIR}/Cargo.toml"
"${TiFlash_SOURCE_DIR}/rust-toolchain")
"${TiFlash_SOURCE_DIR}/rust-toolchain.toml")

add_custom_target(_process_metrics ALL DEPENDS ${_PROCESS_METRICS_LIBRARY} JOB_POOL rust_job_pool)
add_library(process_metrics STATIC IMPORTED GLOBAL)
Expand Down
2 changes: 1 addition & 1 deletion libs/libsymbolization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ add_custom_command(OUTPUT ${_SYMBOLIZATION_LIBRARY}
"${_SYMBOLIZATION_HEADERS}"
"${_SYMBOLIZATION_SOURCE_DIR}/Cargo.lock"
"${_SYMBOLIZATION_SOURCE_DIR}/Cargo.toml"
"${TiFlash_SOURCE_DIR}/rust-toolchain")
"${TiFlash_SOURCE_DIR}/rust-toolchain.toml")

add_custom_target(symbolization ALL DEPENDS ${_SYMBOLIZATION_LIBRARY})
add_library(libsymbolization STATIC IMPORTED GLOBAL)
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain.toml

0 comments on commit c0ce779

Please sign in to comment.