Skip to content

Commit 538d546

Browse files
committed
Exclude Precise from Packaging
Previously, the offline packaging build downloaded platform-specific dependencies for Mountain Lion, Precise, and Trusty. As Precise is no longer a supported platform, this change removes it from that list, shrinking the size of the offline packaged buildpack.
1 parent b07524d commit 538d546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/package.rb

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

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

35-
PLATFORMS = %w(mountainlion precise trusty).freeze
35+
PLATFORMS = %w(mountainlion trusty).freeze
3636

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

0 commit comments

Comments
 (0)