Skip to content

Commit

Permalink
debug without all the native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin committed Dec 6, 2023
1 parent 767a556 commit af1c712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Build
run: |
pip install -r requirements.txt
bazel build --config=windows_x86_64 --remote_cache=http://${{ secrets.BAZEL_CACHE }}:8080 @maple2jax//:jax_xc_wheel
bazel run --config=windows_x86_64 @maple2jax//jax_xc:gen_py
# bazel build --config=windows_x86_64 --remote_cache=http://${{ secrets.BAZEL_CACHE }}:8080 @maple2jax//:jax_xc_wheel
shell: pwsh
- name: Upload artifact
uses: actions/upload-artifact@main
Expand Down
4 changes: 0 additions & 4 deletions maple2jax/libxc/build.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,5 @@ py_library(
["*.py"],
exclude=["gen_build.py", "wrap.py"],
),
data = select({
"@platforms//os:windows": [":gen_libxc_pyd"],
"//conditions:default": [":libxc.so"],
}),
visibility = ["//visibility:public"],
)

0 comments on commit af1c712

Please sign in to comment.