Skip to content

Commit fef6d59

Browse files
committed
Drop fix from earlier now that cache is fixed
1 parent 24e246f commit fef6d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputs/basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ example basics/uninstall-zlib "spack uninstall -y zlib-ng %gcc@10"
8282

8383
example basics/find-lf-zlib "spack find -lf zlib-ng"
8484

85-
zlib_hash="$(spack find --format '{hash:3}' zlib-ng@2.0.7 %clang ^gmake%gcc@10.5)"
85+
zlib_hash="$(spack find --format '{hash:3}' zlib-ng@2.0.7 %clang)"
8686
example --expect-error basics/uninstall-needed "spack uninstall zlib-ng/$zlib_hash"
8787
example basics/uninstall-r-needed "spack uninstall -y -R zlib-ng/$zlib_hash"
8888

0 commit comments

Comments
 (0)