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 899beb9 commit 7db3569Copy full SHA for 7db3569
.github/workflows/rust.yml
@@ -36,6 +36,7 @@ jobs:
36
profile: minimal
37
toolchain: nightly-2023-05-05
38
override: true
39
+ components: rustfmt
40
41
- name: Install system dependencies
42
if: matrix.os == 'ubuntu-latest'
@@ -82,6 +83,9 @@ jobs:
82
83
CMAKE_CXX_COMPILER_aarch64_unknown_linux_gnu: aarch64-linux-gnu-g++
84
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
85
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
89
90
- name: Package
91
shell: bash
0 commit comments