Skip to content

Commit f5ea3e0

Browse files
committed
chore(ci): Upgrade cross images to 31072025
1 parent 44c8d91 commit f5ea3e0

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
target: [ "x86_64-unknown-linux-gnu" ]
104104
fail-fast: false
105105
container:
106-
image: cubejs/rust-cross:${{ matrix.target }}-15082024
106+
image: cubejs/rust-cross:${{ matrix.target }}-31072025
107107

108108
steps:
109109
- name: Checkout

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
timeout-minutes: 60
4949
name: Build Linux Native backend for Dev image
5050
container:
51-
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-3.11
51+
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-31072025-python-3.11
5252

5353
steps:
5454
- name: Checkout

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
package_target_libc: glibc
8888
fail-fast: false
8989
container:
90-
image: cubejs/rust-cross:${{ matrix.target }}-15082024${{ matrix.python-version != 'fallback' && format('-python-{0}', matrix.python-version) || '' }}
90+
image: cubejs/rust-cross:${{ matrix.target }}-31072025${{ matrix.python-version != 'fallback' && format('-python-{0}', matrix.python-version) || '' }}
9191
permissions:
9292
contents: write
9393
steps:
@@ -610,7 +610,7 @@ jobs:
610610
compress: false
611611
fail-fast: false
612612
container:
613-
image: cubejs/rust-cross:${{ matrix.target }}-15082024
613+
image: cubejs/rust-cross:${{ matrix.target }}-31072025
614614
permissions:
615615
contents: write
616616
steps:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
timeout-minutes: 60
231231
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
232232
container:
233-
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024
233+
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-31072025
234234
steps:
235235
- name: Checkout
236236
uses: actions/checkout@v4
@@ -269,7 +269,7 @@ jobs:
269269
python-version: [ 3.11 ]
270270
fail-fast: false
271271
container:
272-
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-${{ matrix.python-version }}
272+
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-31072025-python-${{ matrix.python-version }}
273273
steps:
274274
- name: Checkout
275275
uses: actions/checkout@v4

.github/workflows/rust-cubesql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 20
2525
name: Check fmt/clippy
2626
container:
27-
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024
27+
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-31072025
2828

2929
steps:
3030
- name: Checkout
@@ -141,7 +141,7 @@ jobs:
141141
target: "aarch64-unknown-linux-gnu"
142142
fail-fast: false
143143
container:
144-
image: cubejs/rust-cross:${{ matrix.target }}-15082024${{ matrix.python-version != 'fallback' && format('-python-{0}', matrix.python-version) || '' }}
144+
image: cubejs/rust-cross:${{ matrix.target }}-31072025${{ matrix.python-version != 'fallback' && format('-python-{0}', matrix.python-version) || '' }}
145145

146146
steps:
147147
- name: Checkout

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
compress: false
283283
fail-fast: false
284284
container:
285-
image: cubejs/rust-cross:${{ matrix.target }}-15082024
285+
image: cubejs/rust-cross:${{ matrix.target }}-31072025
286286
steps:
287287
- uses: actions/checkout@v4
288288
- name: Setup Rust toolchain

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
compress: false
222222
fail-fast: false
223223
container:
224-
image: cubejs/rust-cross:${{ matrix.target }}-15082024
224+
image: cubejs/rust-cross:${{ matrix.target }}-31072025
225225
steps:
226226
- uses: actions/checkout@v4
227227
- name: Setup Rust toolchain

rust/cubestore/Cross.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[target.x86_64-unknown-linux-gnu]
2-
image = "cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024"
2+
image = "cubejs/rust-cross:x86_64-unknown-linux-gnu-31072025"
33
xargo = false
44

55
[target.x86_64-unknown-linux-musl]
6-
image = "cubejs/rust-cross:x86_64-unknown-linux-musl-15082024"
6+
image = "cubejs/rust-cross:x86_64-unknown-linux-musl-31072025"
77
xargo = false
88

99
[target.aarch64-unknown-linux-gnu]
10-
image = "cubejs/rust-cross:aarch64-unknown-linux-gnu-15082024"
10+
image = "cubejs/rust-cross:aarch64-unknown-linux-gnu-31072025"
1111
xargo = false

0 commit comments

Comments
 (0)