Skip to content

Commit

Permalink
build cuda in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sphw committed Dec 28, 2023
1 parent ab10972 commit f694a7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
linux_cuda:
# Currently the build takes longer than the job time limit (6h),
# so we always build these off-CI
if: false
name: "x86_64-linux-gnu-${{ matrix.xla_target }}"
permissions:
contents: write
Expand All @@ -140,9 +139,6 @@ jobs:
python: "3.11"
container: ${{ matrix.container }}
env:
# This env is normally set by default, but we need to mirror it into the container
# ourselves (used by the actions/setup-beam).
ImageOS: ubuntu20
# Set the missing UTF-8 locale, otherwise Elixir warns
LC_ALL: C.UTF-8
# Make sure installing packages (like tzdata) doesn't prompt for configuration
Expand Down

0 comments on commit f694a7b

Please sign in to comment.