Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trino/436 package update #11045

Merged
merged 3 commits into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions trino.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: trino
version: "435"
version: "436"
epoch: 0
description: The distributed SQL query engine for big data, formerly known as PrestoSQL
copyright:
- license: Apache-2.0
dependencies:
runtime:
- openjdk-17-default-jvm
- openjdk-21-default-jvm
- python3 # required by trino launcher script
- trino-config

Expand All @@ -22,15 +22,15 @@ environment:
- git
- jvmkill
- maven
- openjdk-17
- openjdk-21
- wolfi-base

pipeline:
- uses: git-checkout
with:
repository: https://github.com/trinodb/trino.git
tag: ${{package.version}}
expected-commit: c11e77e08431999ec80c636224889ddcf8d6267d
expected-commit: 6c827e68c58e814515d2d96307ab97caa3c5a09a

- uses: patch
with:
Expand All @@ -39,7 +39,7 @@ pipeline:
- runs: |
set -x

export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
export JAVA_HOME=/usr/lib/jvm/java-21-openjdk

./mvnw package -q -DskipTests -Dmaven.source.skip=true -Dair.check.skip-all -T 8 -pl '!:trino-docs,!:trino-server-rpm,!:trino-tests,!:trino-product-tests,!:trino-product-tests-launcher' -am

Expand Down
Loading