Skip to content

Commit

Permalink
Try github actions for nightly bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 21, 2024
1 parent b6bb8d8 commit 335049e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/enzyme-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
build: ["Release"]
llbuild: ["Release"]
os: [openstack22]
os: [ubuntu-latest]

timeout-minutes: 500
steps:
Expand All @@ -30,13 +30,12 @@ jobs:
sudo rm -f /etc/apt/sources.list.d/*llvm*.list
sudo apt-get update
sudo apt-get install -y ninja-build git autoconf cmake gcc g++ libtool python3 python3-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v3
which bazel
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: 'llvm/llvm-project'
path: 'llvm-project'
submodules: true


- name: Install bazelisk
run: |
Expand Down

0 comments on commit 335049e

Please sign in to comment.