mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Buck1 only buckconfig Test Plan: CI Reviewed By: JakobDegen Differential Revision: D63430482 Pull Request resolved: https://github.com/pytorch/pytorch/pull/136772 Approved by: https://github.com/malfet
24 lines
415 B
Plaintext
24 lines
415 B
Plaintext
[pt]
|
|
is_oss=1
|
|
|
|
[buildfile]
|
|
name = BUCK.oss
|
|
includes = //tools/build_defs/select.bzl
|
|
|
|
[repositories]
|
|
bazel_skylib = third_party/bazel-skylib/
|
|
ovr_config = .
|
|
|
|
[download]
|
|
in_build = true
|
|
|
|
[cxx]
|
|
cxxflags = -std=c++17
|
|
ldflags = -Wl,--no-undefined
|
|
should_remap_host_platform = true
|
|
cpp = /usr/bin/clang
|
|
cc = /usr/bin/clang
|
|
cxx = /usr/bin/clang++
|
|
cxxpp = /usr/bin/clang++
|
|
ld = /usr/bin/clang++
|