Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Dec 18, 2023
1 parent 272c561 commit 531f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
curl -s -L https://github.com/elixir-nx/xla/releases/download/v$(cat XLA_EXT_VERSION)/xla_extension-x86_64-linux-$1.tar.gz | tar xz
BAZEL_CXXOPTS='-std=c++14' bazel build //:c_xla_extension
BAZEL_CXXOPTS='-std=c++14' bazel-6.4.0 build //:c_xla_extension

0 comments on commit 531f0c9

Please sign in to comment.