Skip to content

Commit 7db3569

Browse files
committed
chore(ci): add rustfmt component and update environment variables in rust workflow
1 parent 899beb9 commit 7db3569

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
profile: minimal
3737
toolchain: nightly-2023-05-05
3838
override: true
39+
components: rustfmt
3940

4041
- name: Install system dependencies
4142
if: matrix.os == 'ubuntu-latest'
@@ -82,6 +83,9 @@ jobs:
8283
CMAKE_CXX_COMPILER_aarch64_unknown_linux_gnu: aarch64-linux-gnu-g++
8384
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
8485
RUSTFLAGS_aarch64_unknown_linux_gnu: -C linker=aarch64-linux-gnu-gcc
86+
CXXFLAGS: -std=c++17
87+
CXXFLAGS_aarch64_unknown_linux_gnu: -std=c++17
88+
ROCKSDB_DISABLE_JEMALLOC: 1
8589

8690
- name: Package
8791
shell: bash

0 commit comments

Comments
 (0)