Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
remove empty package declaartions
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed May 22, 2022
1 parent 46d8128 commit ad92827
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ local labsjdk_builder_version = "e9c60b5174490f2012c7c5d60a20aace93209a56";
},

Build(conf, is_musl_build):: conf + setupJDKSources(conf) + (if is_musl_build then self.MuslBootJDK else self.BootJDK) + {
packages+: if !is_musl_build && !std.endsWith(conf.name, 'darwin-aarch64') then {

} else {},
name: "build-jdk" + conf.name,
timelimit: "1:50:00",
diskspace_required: "10G",
Expand Down

0 comments on commit ad92827

Please sign in to comment.