File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ build:windows --cxxopt=/std:c++20 --cxxopt=/Zc:preprocessor --host_cxxopt=/std:c
1919startup --windows_enable_symlinks
2020common --enable_runfiles
2121
22+ # with the above, we can avoid building python zips which is the default on windows as that's expensive
23+ build --nobuild_python_zip
24+
2225common --registry=file:///%workspace%/misc/bazel/registry
2326common --registry=https://bcr.bazel.build
2427
Original file line number Diff line number Diff line change 1919script = runfiles .Rlocation (opts .script )
2020ripunzip = runfiles .Rlocation (opts .ripunzip )
2121zip_manifests = [runfiles .Rlocation (z ) for z in opts .zip_manifests ]
22- destdir = pathlib .Path (build_file ).parent / opts .destdir
22+ destdir = pathlib .Path (build_file ).resolve (). parent / opts .destdir
2323
2424if destdir .exists ():
2525 shutil .rmtree (destdir )
You can’t perform that action at this time.
0 commit comments