File tree Expand file tree Collapse file tree 5 files changed +1
-274
lines changed
Expand file tree Collapse file tree 5 files changed +1
-274
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ requires = [
55 " pyyaml" , # Imported by the kernel codegen tools.
66 " setuptools>=63" , # For building the pip package contents.
77 " wheel" , # For building the pip package archive.
8- " zstd" , # Imported by resolve_buck.py.
9- " certifi" , # Imported by resolve_buck.py.
108]
119build-backend = " setuptools.build_meta"
1210
Original file line number Diff line number Diff line change @@ -5,7 +5,5 @@ pip>=23 # For building the pip package.
55pyyaml # Imported by the kernel codegen tools.
66setuptools >= 63 # For building the pip package contents.
77wheel # For building the pip package archive.
8- zstd # Imported by resolve_buck.py.
9- certifi # Imported by resolve_buck.py.
108lintrunner == 0.12.7
119lintrunner-adapters == 0.12.6
Original file line number Diff line number Diff line change @@ -21,14 +21,9 @@ set -euxo pipefail
2121BUCK_HEADERS_TEMPFILE=$( mktemp /tmp/check_private_headers_buck.txt.XXXXXX)
2222ACTUAL_HEADERS_TEMPFILE=$( mktemp /tmp/check_private_headers_installed.txt.XXXXXX)
2323SOURCE_ROOT_DIR=$( git rev-parse --show-toplevel)
24- BUCK2=$( python3 " ${SOURCE_ROOT_DIR} /tools/cmake/resolve_buck.py" --cache_dir=" ${SOURCE_ROOT_DIR} /buck2-bin" )
25- if [[ " $BUCK2 " == " buck2" ]]; then
26- BUCK2=$( command -v buck2)
27- fi
2824
2925" ${SOURCE_ROOT_DIR} /scripts/print_exported_headers.py" \
30- --buck2=$( realpath " $BUCK2 " ) --targets \
31- //extension/data_loader: //extension/evalue_util: \
26+ --targets //extension/data_loader: //extension/evalue_util: \
3227 //extension/flat_tensor: //extension/llm/runner: //extension/kernel_util: //extension/module: \
3328 //extension/runner_util: //extension/tensor: //extension/threadpool: \
3429 | sort > " ${BUCK_HEADERS_TEMPFILE} "
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments