We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74904a commit e0bbdeeCopy full SHA for e0bbdee
.github/workflows/prestocpp-linux-adapters-build.yml
@@ -12,7 +12,7 @@ jobs:
12
prestocpp-linux-adapters-build:
13
runs-on: ubuntu-22.04
14
container:
15
- image: prestodb/presto-native-dependency:0.293-20250522140509-484b00e
+ image: ghcr.io/czentgr/czentgr-test:centos9-deps
16
concurrency:
17
group: ${{ github.workflow }}-prestocpp-linux-adapters-build-${{ github.event.pull_request.number }}
18
cancel-in-progress: true
.github/workflows/prestocpp-linux-build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
needs: changes
28
29
30
volumes:
31
- /usr:/host_usr
32
- /opt:/host_opt
0 commit comments