forked from cloudfoundry-community/swift-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 31
/
manifest.yml
72 lines (69 loc) · 2.09 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
##
# Copyright IBM Corporation 2016, 2019
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##
---
language: swift
url_to_dependency_map:
- match: swift-(.*).tar.gz
name: swift
version: $1
- match: clang-(.*).tar.xz
name: clang
version: $1
dependencies:
- name: swift
version: 5.0.2
uri: https://swift.org/builds/swift-5.0.2-release/ubuntu1804/swift-5.0.2-RELEASE/swift-5.0.2-RELEASE-ubuntu18.04.tar.gz
sha256: 95c250699b0ddc1c16c5c18f833b5ca660ac651c5218773b2ff7c6f9157c94fb
cf_stacks:
- cflinuxfs3
- name: swift
version: 5.0.1
uri: https://swift.org/builds/swift-5.0.1-release/ubuntu1804/swift-5.0.1-RELEASE/swift-5.0.1-RELEASE-ubuntu18.04.tar.gz
sha256: 68aceff0bb0ba1f85b0e93e88936d66a527a525dc6b1a6c2e394480a871dd40e
cf_stacks:
- cflinuxfs3
- name: swift
version: 4.2.4
uri: https://swift.org/builds/swift-4.2.4-release/ubuntu1804/swift-4.2.4-RELEASE/swift-4.2.4-RELEASE-ubuntu18.04.tar.gz
sha256: 2c48ad9a71dd74189d4338c059cc047ea60d4cecd388126e14b3112a0cca1aa0
cf_stacks:
- cflinuxfs3
- name: clang
version: 8.0.0
uri: http://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz
sha256: 0f5c314f375ebd5c35b8c1d5e5b161d9efaeff0523bac287f8b4e5b751272f51
cf_stacks:
- cflinuxfs3
exclude_files:
- .git/
- .gitignore
- .gitmodules
- repos/
- spec/
- cf_spec/
- log/
- test/
- cf.Gemfile
- cf.Gemfile.lock
- bin/package
- buildpack-packager/
- swift_buildpack-*v*.zip
- cf_build/
- .travis.yml
- ci/
- coverage/
- servicemanifest.json
- credentials-buildpack-test