Skip to content

Commit

Permalink
Update master.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Dec 13, 2024
1 parent 8a9da9c commit e0ed8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ HALIDE_BRANCHES = {HALIDE_MAIN: VersionedBranch(ref='main', version=Version(20,
# it's usually desirable to constrain these to save buildbot time (esp on the slower bots)
# and avoid branches that aren't changing much (i.e. -- recent releases that aren't
# likely to need new updates soon).
HALIDE_NIGHTLIES = [HALIDE_MAIN, HALIDE_RELEASE_18, HALIDE_RELEASE_17]
HALIDE_NIGHTLIES = [HALIDE_MAIN, HALIDE_RELEASE_19, HALIDE_RELEASE_18, HALIDE_RELEASE_17]

# Given a halide branch, return the 'native' llvm version we expect to use with it.
# For halide release branches, this is the corresponding llvm release branch; for
Expand Down

0 comments on commit e0ed8c8

Please sign in to comment.