fix: scanner cur_path leak when directory enqueued (ASan)
CI / lint (pull_request) Successful in 12s
CI / sanitizers (address) (pull_request) Successful in 16s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / coverage (pull_request) Successful in 11s
CI / fuzz-build (pull_request) Successful in 14s
CI / valgrind (pull_request) Successful in 13s
CI / build-and-test (pull_request) Successful in 55s
CI / lint (pull_request) Successful in 12s
CI / sanitizers (address) (pull_request) Successful in 16s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / coverage (pull_request) Successful in 11s
CI / fuzz-build (pull_request) Successful in 14s
CI / valgrind (pull_request) Successful in 13s
CI / build-and-test (pull_request) Successful in 55s
This commit is contained in:
@@ -0,0 +1,281 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /nix/store/r9941n32g4wyvggz2703dlplbdq8a6rd-cmake-4.1.2/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /root/FastSyncProjects/FastSyncBuilder3
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /root/FastSyncProjects/FastSyncBuilder3/build_asan_main
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/server.dir/all
|
||||
all: CMakeFiles/client.dir/all
|
||||
all: CMakeFiles/tests.dir/all
|
||||
all: _deps/xxhash-build/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "codegen" target.
|
||||
codegen: CMakeFiles/server.dir/codegen
|
||||
codegen: CMakeFiles/client.dir/codegen
|
||||
codegen: CMakeFiles/tests.dir/codegen
|
||||
codegen: _deps/xxhash-build/codegen
|
||||
.PHONY : codegen
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall: _deps/xxhash-build/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/server.dir/clean
|
||||
clean: CMakeFiles/client.dir/clean
|
||||
clean: CMakeFiles/tests.dir/clean
|
||||
clean: _deps/xxhash-build/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for directory _deps/xxhash-build
|
||||
|
||||
# Recursive "all" directory target.
|
||||
_deps/xxhash-build/all: _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
_deps/xxhash-build/all: _deps/xxhash-build/CMakeFiles/xxhsum.dir/all
|
||||
.PHONY : _deps/xxhash-build/all
|
||||
|
||||
# Recursive "codegen" directory target.
|
||||
_deps/xxhash-build/codegen: _deps/xxhash-build/CMakeFiles/xxhash.dir/codegen
|
||||
_deps/xxhash-build/codegen: _deps/xxhash-build/CMakeFiles/xxhsum.dir/codegen
|
||||
.PHONY : _deps/xxhash-build/codegen
|
||||
|
||||
# Recursive "preinstall" directory target.
|
||||
_deps/xxhash-build/preinstall:
|
||||
.PHONY : _deps/xxhash-build/preinstall
|
||||
|
||||
# Recursive "clean" directory target.
|
||||
_deps/xxhash-build/clean: _deps/xxhash-build/CMakeFiles/xxhash.dir/clean
|
||||
_deps/xxhash-build/clean: _deps/xxhash-build/CMakeFiles/xxhsum.dir/clean
|
||||
.PHONY : _deps/xxhash-build/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/server.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/server.dir/all: _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38 "Built target server"
|
||||
.PHONY : CMakeFiles/server.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/server.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 20
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/server.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/server.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
server: CMakeFiles/server.dir/rule
|
||||
.PHONY : server
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/server.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38 "Finished codegen for target server"
|
||||
.PHONY : CMakeFiles/server.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/server.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/clean
|
||||
.PHONY : CMakeFiles/server.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/client.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/client.dir/all: _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 "Built target client"
|
||||
.PHONY : CMakeFiles/client.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/client.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 22
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/client.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/client.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
client: CMakeFiles/client.dir/rule
|
||||
.PHONY : client
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/client.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 "Finished codegen for target client"
|
||||
.PHONY : CMakeFiles/client.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/client.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/clean
|
||||
.PHONY : CMakeFiles/client.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/tests.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/tests.dir/all: _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73 "Built target tests"
|
||||
.PHONY : CMakeFiles/tests.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/tests.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 37
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/tests.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/tests.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
tests: CMakeFiles/tests.dir/rule
|
||||
.PHONY : tests
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/tests.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73 "Finished codegen for target tests"
|
||||
.PHONY : CMakeFiles/tests.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/tests.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/tests.dir/build.make CMakeFiles/tests.dir/clean
|
||||
.PHONY : CMakeFiles/tests.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target _deps/xxhash-build/CMakeFiles/xxhash.dir
|
||||
|
||||
# All Build rule for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhash.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=74,75 "Built target xxhash"
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhash.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 0
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhash.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
xxhash: _deps/xxhash-build/CMakeFiles/xxhash.dir/rule
|
||||
.PHONY : xxhash
|
||||
|
||||
# codegen rule for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhash.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=74,75 "Finished codegen for target xxhash"
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhash.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhash.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhash.dir/build.make _deps/xxhash-build/CMakeFiles/xxhash.dir/clean
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhash.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target _deps/xxhash-build/CMakeFiles/xxhsum.dir
|
||||
|
||||
# All Build rule for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/all: _deps/xxhash-build/CMakeFiles/xxhash.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=76,77,78,79,80,81,82 "Built target xxhsum"
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 9
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/xxhash-build/CMakeFiles/xxhsum.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles 0
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
xxhsum: _deps/xxhash-build/CMakeFiles/xxhsum.dir/rule
|
||||
.PHONY : xxhsum
|
||||
|
||||
# codegen rule for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/root/FastSyncProjects/FastSyncBuilder3/build_asan_main/CMakeFiles --progress-num=76,77,78,79,80,81,82 "Finished codegen for target xxhsum"
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
_deps/xxhash-build/CMakeFiles/xxhsum.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f _deps/xxhash-build/CMakeFiles/xxhsum.dir/build.make _deps/xxhash-build/CMakeFiles/xxhsum.dir/clean
|
||||
.PHONY : _deps/xxhash-build/CMakeFiles/xxhsum.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
Reference in New Issue
Block a user