Skip to content

Commit 60ea7d7

Browse files
Merge pull request #37 from zopencommunity/v1gnesh-patch-1
Add build line STABLE and node label v3r1
2 parents 488ca5d + 28a434f commit 60ea7d7

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

buildenv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bump: duckdb-version /DUCKDB_VERSION="(.*)"/ https://github.com/duckdb/duckdb.git|semver:*
2-
DUCKDB_VERSION="1.4.2"
2+
DUCKDB_VERSION="1.5.1"
33

44
export ZOPEN_STABLE_URL="https://github.com/duckdb/duckdb.git"
55
export ZOPEN_CATEGORIES="database"
@@ -23,6 +23,9 @@ export ZOPEN_CHECK="./test/unittest"
2323
export ZOPEN_INSTALL="cmake"
2424
export ZOPEN_INSTALL_OPTS="--install ."
2525

26+
export ZOPEN_EXTRA_CXXFLAGS="-mzos-target=zosv3r1"
27+
export ZOPEN_EXTRA_CPPFLAGS="-D_XPLATFORM_SOURCE=1"
28+
export ZOPEN_EXTRA_CFLAGS="-mzos-target=zosv3r1"
2629
# export ZOPEN_EXTRA_LDFLAGS="-v"
2730

2831
zopen_init()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node('linux')
22
{
33
stage('Build') {
4-
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/duckdbport.git'), string(name: 'PORT_DESCRIPTION', value: 'DuckDB is an in-process SQL OLAP Database Management System' )]
4+
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/duckdbport.git'), string(name: 'PORT_DESCRIPTION', value: 'DuckDB is an in-process SQL OLAP Database Management System' ), string(name: 'BUILD_LINE', value: 'DEV'), string(name: 'NODE_LABEL', value: "v3r1" )]
55
}
66
}

cicd-stable.groovy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node('linux')
2+
{
3+
stage('Build') {
4+
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/duckdbport.git'), string(name: 'PORT_DESCRIPTION', value: 'DuckDB is an in-process SQL OLAP Database Management System' ), string(name: 'BUILD_LINE', value: 'STABLE'), string(name: 'NODE_LABEL', value: "v3r1" )]
5+
}
6+
}

0 commit comments

Comments
 (0)