File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 fail-fast : false
2828 matrix :
29- rust : [nightly-2024-01-29 ]
29+ rust : [nightly-2025-08-01 ]
3030 container :
3131 image : cubejs/rust-builder:bookworm-llvm-18
3232 env :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM rust:$OS_NAME
55ARG LLVM_VERSION=18
66
77RUN rustup update && \
8- rustup default nightly-2024-01-29 && \
9- rustup component add --toolchain nightly-2024-01-29 rustfmt clippy;
8+ rustup default nightly-2025-08-01 && \
9+ rustup component add --toolchain nightly-2025-08-01 rustfmt clippy;
1010
1111RUN apt update \
1212 && apt upgrade -y \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ macro_rules! data_frame_from {
140140}
141141
142142#[ macro_export]
143- macro_rules! base_rocks_secondary_index {
143+ macro_rules! anbase_rocks_secondary_index {
144144 ( $table: ty, $index: ty) => {
145145 impl crate :: metastore:: BaseRocksSecondaryIndex <$table> for $index {
146146 fn index_value( & self , row: & $table) -> Vec <u8 > {
You can’t perform that action at this time.
0 commit comments