Skip to content

Commit 15e1b04

Browse files
WillAydbgilbert
authored andcommitted
Add Apache ORC wrap
1 parent 221f065 commit 15e1b04

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

ci_config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"graphite2",
2424
"mocklibc"
2525
],
26+
"apache-orc": {
27+
"test_options": [
28+
"--timeout-multiplier=2"
29+
],
30+
"alpine_packages": [
31+
"tzdata"
32+
]
33+
},
2634
"atomic_queue": {
2735
"_comment": "Tests require Boost, which is not available on WrapDB",
2836
"build_on": {

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@
132132
"20200225.2-1"
133133
]
134134
},
135+
"apache-orc": {
136+
"dependency_names": [
137+
"orc"
138+
],
139+
"versions": [
140+
"2.2.0-1"
141+
]
142+
},
135143
"arduinocore-avr": {
136144
"versions": [
137145
"1.8.2-2",

subprojects/apache-orc.wrap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[wrap-file]
2+
directory = orc-2.2.0
3+
source_url = https://www.apache.org/dyn/closer.lua?action=download&filename=orc/orc-2.2.0/orc-2.2.0.tar.gz
4+
source_fallback_url = https://github.com/apache/orc/archive/refs/tags/v2.2.0.tar.gz
5+
source_filename = orc-2.2.0.tar.gz
6+
source_hash = b15aca45a7e73ffbd1bbc36a78cd1422d41f07721092a25f43448e6e16f4763b
7+
8+
[provide]
9+
orc = orc_dep

0 commit comments

Comments
 (0)