Skip to content

Commit 5a7843c

Browse files
committed
Remove the s390x hack now that we are on yarn4
1 parent 67f9da0 commit 5a7843c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/tasks/manageiq/ui_tasks.rake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ namespace :update do
88
end
99
puts "== #{engine.name} =="
1010
system("which yarn >/dev/null") || abort("\n== You have to install yarn ==")
11-
system("yarn set version 1.22.18") || abort("\n== yarn failed to set version to 1.22.18 in #{engine.path} ==") if RUBY_PLATFORM.include?("s390x")
12-
system("yarn") || abort("\n== yarn failed in #{engine.path} ==") # Add --immutable once s390x is off of yarn 1.
11+
system("yarn") || abort("\n== yarn failed in #{engine.path} ==") # Add --immutable once s390x doesn't change the checksums.
1312
end
1413
end
1514
end

0 commit comments

Comments
 (0)