Skip to content

Commit

Permalink
Cleanup CI (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Sep 28, 2022
1 parent 9e5a604 commit 5c03dab
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version:
- '1.6'
- '1.7'
- '~1.8.0-0'
- '1.8'
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -32,20 +32,20 @@ jobs:
- os: windows-latest
arch: x64
libEnzyme: local
include:
# include:
# special test with LLVM assertions enabled
# TODO: enable this across all versions
# (needs LLVM.jl fixes, and julia-actions/setup-julia support)
- os: ubuntu-latest
arch: x64
libEnzyme: packaged
version: '1.7'
assertions: true
- os: ubuntu-latest
arch: x64
libEnzyme: packaged
version: '1.8'
assertions: true
# - os: ubuntu-latest
# arch: x64
# libEnzyme: packaged
# version: '1.7'
# assertions: true
# - os: ubuntu-latest
# arch: x64
# libEnzyme: packaged
# version: '1.8'
# assertions: true
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

2 comments on commit 5c03dab

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/69120

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.5 -m "<description of version>" 5c03dab6bbfd527023abe288d5c6595af4d0fa5b
git push origin v0.10.5

Please sign in to comment.