Skip to content

Commit

Permalink
8325800: Drop unused cups declaration from Oracle build configuration
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
vidmik committed Feb 13, 2024
1 parent 628cd8a commit 8765b17
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions make/conf/jib-profiles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -1181,12 +1181,6 @@ var getJibProfilesDependencies = function (input, common) {
revision: (input.build_cpu == "x64" ? "Xcode11.3.1-MacOSX10.15+1.2" : devkit_platform_revisions[devkit_platform])
},

cups: {
organization: common.organization,
ext: "tar.gz",
revision: "1.0118+1.0"
},

jtreg: {
server: "jpg",
product: "jtreg",
Expand Down

0 comments on commit 8765b17

Please sign in to comment.