mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 20:52:30 +00:00
ci.yml - note on rtti in rocksdb
This commit is contained in:
@@ -74,7 +74,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ubuntu-22.04-${{ runner.arch }}
|
key: ubuntu-22.04-${{ runner.arch }}
|
||||||
|
|
||||||
# rocksdb on debian distros misses RTTI?
|
# RTTI is only enabled by default in Debug builds of rocksdb.
|
||||||
|
# Distros are using Release builds, so we're compiling it ourselves with RTTI forced on.
|
||||||
|
# https://github.com/facebook/rocksdb/blob/a3aa44a7167b8336f9bc15c8aba063260268ff68/CMakeLists.txt#L433
|
||||||
- name: build rocksdb
|
- name: build rocksdb
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/facebook/rocksdb --branch v9.11.2
|
git clone https://github.com/facebook/rocksdb --branch v9.11.2
|
||||||
|
|||||||
Reference in New Issue
Block a user