Skip to content

Commit 1ee49a4

Browse files
committed
[native] Update CI container image
1 parent 07c31ab commit 1ee49a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prestocpp-linux-adapters-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
prestocpp-linux-adapters-build:
1616
runs-on: ubuntu-22.04
1717
container:
18-
image: prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
18+
image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
1919
env:
2020
CCACHE_DIR: "${{ github.workspace }}/ccache"
2121
steps:

.github/workflows/prestocpp-linux-build-and-unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
prestocpp-linux-build-for-test:
1818
runs-on: ubuntu-22.04
1919
container:
20-
image: prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
20+
image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
2121
env:
2222
CCACHE_DIR: "${{ github.workspace }}/ccache"
2323
steps:
@@ -94,7 +94,7 @@ jobs:
9494
needs: prestocpp-linux-build-for-test
9595
runs-on: ubuntu-22.04
9696
container:
97-
image: prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
97+
image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
9898
env:
9999
MAVEN_OPTS: "-Xmx4G -XX:+ExitOnOutOfMemoryError"
100100
MAVEN_FAST_INSTALL: "-B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true"
@@ -169,7 +169,7 @@ jobs:
169169
needs: prestocpp-linux-build-for-test
170170
runs-on: ubuntu-22.04
171171
container:
172-
image: prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
172+
image: prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
173173
env:
174174
MAVEN_OPTS: "-Xmx4G -XX:+ExitOnOutOfMemoryError"
175175
MAVEN_FAST_INSTALL: "-B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true"

0 commit comments

Comments
 (0)