Skip to content

Commit

Permalink
Remove default arch from wave request [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jun 20, 2023
1 parent 27e7f66 commit f0e5c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class WaveClient {
// get the bundle
final bundle = task.getModuleBundle()
// get the Spack architecture
final arch = task.config.getArchitecture() ?: defaultArch()
final arch = task.config.getArchitecture()
final spackArch = arch ? arch.spackArch : DEFAULT_SPACK_ARCH
final dockerArch = arch? arch.dockerArch : DEFAULT_DOCKER_PLATFORM
// compose the request attributes
Expand Down

0 comments on commit f0e5c0c

Please sign in to comment.