Skip to content
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
6 changes: 3 additions & 3 deletions trino.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: trino
version: "423"
epoch: 2
version: "424"
epoch: 0
description: Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -30,7 +30,7 @@ pipeline:
with:
repository: https://github.com/trinodb/trino.git
tag: ${{package.version}}
expected-commit: 7160cbcefc4f4a771c221aec39be678df40f5adc
expected-commit: bc7543dbc873ee91de6e739f68b89ed1b84703b8

- runs: |
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
Expand Down