Skip to content

Commit

Permalink
cuda11
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Apr 7, 2022
1 parent ec3c0fa commit e9224f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void setBuildStatus(String message, String state) {
// All the types of build we'll ideally run if suitable nodes exist
def desiredBuilds = [
["cpu_only", "linux", "x86_64"] as Set,
["cuda10", "linux", "x86_64"] as Set,
["cuda11", "linux", "x86_64"] as Set,
["cpu_only", "mac"] as Set,
]

Expand Down

0 comments on commit e9224f0

Please sign in to comment.