-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathdotnet-bootstrap-8.yaml
65 lines (59 loc) · 1.47 KB
/
dotnet-bootstrap-8.yaml
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
package:
name: dotnet-bootstrap-8
version: "8.0.14"
epoch: 0
description: ".NET 8 SDK Bootstrap"
copyright:
- license: MIT
resources:
cpu: 2
memory: 32Gi
dependencies:
runtime:
- icu
environment:
contents:
packages:
- bash
- build-base
- busybox
- ca-certificates-bundle
- curl
- glibc-locale-en
- icu-dev
- krb5-dev
- libunwind-dev
- lttng-ust-dev
- ncurses-dev
- openssl-dev
- wolfi-base
- zlib-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/dotnet/dotnet
tag: v${{package.version}}
expected-commit: b5416edd25debe775619037d6348bb672fb5da54
destination: /home/build/src
- working-directory: /home/build/src
pipeline:
- runs: |
./prep.sh
- runs: |
mkdir -p "${{targets.destdir}}"/usr/share/dotnet-bootstrap-8
- runs: |
# see https://github.com/jellyfin/jellyfin/pull/11063/
rm -f .dotnet/shared/Microsoft.NETCore.App/8.0.*/libcoreclrtraceptprovider.so
mv .dotnet "${{targets.destdir}}"/usr/share/dotnet-bootstrap-8/dotnet
mv prereqs/packages/archive/Private.SourceBuilt.Artifacts.Bootstrap.tar.gz "${{targets.destdir}}"/usr/share/dotnet-bootstrap-8/
- uses: strip
update:
enabled: true
github:
identifier: dotnet/dotnet
strip-prefix: v
use-tag: true
tag-filter: "v8"
test:
pipeline:
- uses: test/tw/ldd-check