Skip to content

Commit dbb8ec3

Browse files
committed
Remove Darwin Binaries from Offline Buildpack
Previously, Darwin binaries were included in the builds of offline buildpacks. While it's important for development and testing that these binaries exist, they do not need to be packaged into the offline buildpack that is distributed for Cloud Foundry. This change removes them, saving some space in the offline buildpack.
1 parent 0532937 commit dbb8ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rakelib/package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def self.version
3131

3232
BUILDPACK_VERSION = JavaBuildpack::BuildpackVersion.new(false).freeze
3333

34-
PLATFORMS = %w[mountainlion trusty].freeze
34+
PLATFORMS = %w[trusty].freeze
3535

3636
STAGING_DIR = "#{BUILD_DIR}/staging".freeze
3737

0 commit comments

Comments
 (0)