-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathapache-orc.yaml
58 lines (51 loc) · 1.27 KB
/
apache-orc.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
package:
name: apache-orc
version: 1.9.2
epoch: 1
description: "the smallest, fastest columnar storage for Hadoop workloads"
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- build-base
- cmake
- lz4-dev
- protobuf-dev
- samurai
- snappy-dev
- wolfi-base
- zlib-dev
- zlib-static
- zstd-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/apache/orc
tag: v${{package.version}}
expected-commit: 5c0ad3041eb902fe30f91b9c92ea4f1ed1e869a3
- runs: |
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DBUILD_LIBHDFSPP=OFF \
-DBUILD_JAVA=OFF \
-DINSTALL_VENDORED_LIBS=OFF \
-DBUILD_POSITION_INDEPENDENT_LIB=ON \
-DSTOP_BUILD_ON_WARNING=OFF \
-DBUILD_CPP_TESTS=OFF
cmake --build build
- runs: |
DESTDIR="${{targets.destdir}}" cmake --install build
- uses: strip
subpackages:
- name: "apache-orc-dev"
description: "the smallest, fastest columnar storage for Hadoop workloads (development files)"
pipeline:
- uses: split/dev
update:
enabled: true
github:
identifier: apache/orc
strip-prefix: v