File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
prestocpp-linux-adapters-build :
16
16
runs-on : ubuntu-22.04
17
17
container :
18
- image : prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
18
+ image : prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
19
19
env :
20
20
CCACHE_DIR : " ${{ github.workspace }}/ccache"
21
21
steps :
Original file line number Diff line number Diff line change 17
17
prestocpp-linux-build-for-test :
18
18
runs-on : ubuntu-22.04
19
19
container :
20
- image : prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
20
+ image : prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
21
21
env :
22
22
CCACHE_DIR : " ${{ github.workspace }}/ccache"
23
23
steps :
94
94
needs : prestocpp-linux-build-for-test
95
95
runs-on : ubuntu-22.04
96
96
container :
97
- image : prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
97
+ image : prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
98
98
env :
99
99
MAVEN_OPTS : " -Xmx4G -XX:+ExitOnOutOfMemoryError"
100
100
MAVEN_FAST_INSTALL : " -B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true"
@@ -169,7 +169,7 @@ jobs:
169
169
needs : prestocpp-linux-build-for-test
170
170
runs-on : ubuntu-22.04
171
171
container :
172
- image : prestodb/presto-native-dependency:0.290-20241014120930-e1fc090
172
+ image : prestodb/presto-native-dependency:0.292-20250204112033-cf8ba84
173
173
env :
174
174
MAVEN_OPTS : " -Xmx4G -XX:+ExitOnOutOfMemoryError"
175
175
MAVEN_FAST_INSTALL : " -B -V --quiet -T 1C -DskipTests -Dair.check.skip-all -Dmaven.javadoc.skip=true"
You can’t perform that action at this time.
0 commit comments