Skip to content

Commit

Permalink
[CI] Prepare release branch for LLVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvh committed Aug 2, 2023
1 parent e0c9de8 commit 854179a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 168 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-in-tree-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: llvm/llvm-project
ref: main
ref: release/17.x
path: llvm-project
- name: Checkout the translator sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: llvm/llvm-project
ref: main
ref: release/17.x
path: llvm-project
- name: Checkout the translator sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: llvm/llvm-project
ref: main
ref: release/17.x
path: llvm-project
- name: Checkout the translator sources
uses: actions/checkout@v3
Expand Down
163 changes: 0 additions & 163 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LLVM/SPIR-V Bi-Directional Translator

[![Out-of-tree build & tests](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/workflows/Out-of-tree%20build%20&%20tests/badge.svg?branch=main&event=schedule)](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions?query=workflow%3A%22Out-of-tree+build+%26+tests%22+event%3Aschedule)
[![In-tree build & tests](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/workflows/In-tree%20build%20&%20tests/badge.svg?branch=main&event=schedule)](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions?query=workflow%3A%22In-tree+build+%26+tests%22+event%3Aschedule)
[![Out-of-tree build & tests](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/workflows/Out-of-tree%20build%20&%20tests/badge.svg?branch=llvm_release_170&event=schedule)](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions?query=workflow%3A%22Out-of-tree+build+%26+tests%22+event%3Aschedule)
[![In-tree build & tests](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/workflows/In-tree%20build%20&%20tests/badge.svg?branch=llvm_release_170&event=schedule)](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions?query=workflow%3A%22In-tree+build+%26+tests%22+event%3Aschedule)

This repository contains source code for the LLVM/SPIR-V Bi-Directional Translator, a library and tool for translation between LLVM IR and [SPIR-V](https://www.khronos.org/registry/spir-v/).

Expand Down

0 comments on commit 854179a

Please sign in to comment.