Skip to content

Commit 00fad6d

Browse files
authored
chore(ci): Bump cross to 25062024 (#8395)
1 parent 038268c commit 00fad6d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
target: [ "x86_64-unknown-linux-gnu" ]
9090
fail-fast: false
9191
container:
92-
image: cubejs/rust-cross:${{ matrix.target }}-02042024
92+
image: cubejs/rust-cross:${{ matrix.target }}-25062024
9393

9494
steps:
9595
- name: Checkout

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
package_target_libc: glibc
8484
fail-fast: false
8585
container:
86-
image: cubejs/rust-cross:${{ matrix.target }}-02042024
86+
image: cubejs/rust-cross:${{ matrix.target }}-25062024
8787
permissions:
8888
contents: write
8989
steps:
@@ -658,7 +658,7 @@ jobs:
658658
compress: false
659659
fail-fast: false
660660
container:
661-
image: cubejs/rust-cross:${{ matrix.target }}-02042024
661+
image: cubejs/rust-cross:${{ matrix.target }}-25062024
662662
permissions:
663663
contents: write
664664
steps:

.github/workflows/rust-cubesql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
target: "aarch64-unknown-linux-gnu"
105105
fail-fast: false
106106
container:
107-
image: cubejs/rust-cross:${{ matrix.target }}-02042024
107+
image: cubejs/rust-cross:${{ matrix.target }}-25062024
108108

109109
steps:
110110
- name: Checkout

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
compress: false
302302
fail-fast: false
303303
container:
304-
image: cubejs/rust-cross:${{ matrix.target }}-02042024
304+
image: cubejs/rust-cross:${{ matrix.target }}-25062024
305305
steps:
306306
- uses: actions/checkout@v4
307307
- name: Setup Rust toolchain

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
compress: false
235235
fail-fast: false
236236
container:
237-
image: cubejs/rust-cross:${{ matrix.target }}-02042024
237+
image: cubejs/rust-cross:${{ matrix.target }}-25062024
238238
steps:
239239
- uses: actions/checkout@v4
240240
- 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-02042024"
2+
image = "cubejs/rust-cross:x86_64-unknown-linux-gnu-25062024"
33
xargo = false
44

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

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

0 commit comments

Comments
 (0)