Skip to content

Commit 7e4b316

Browse files
committed
Drop ovirt-engine-sdk build options from setup guide
The ovirt-engine-sdk build options are no longer required as of v4.6.1 and the gem can install without any special options.
1 parent dbc2f88 commit 7e4b316

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

developer_setup.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -214,20 +214,6 @@ bin/setup
214214

215215
- macOS requires platform specific Gems. Run `bundle config specific_platform true` before running `bin/setup`.
216216

217-
- The ovirt-engine-sdk gem contains C code that generated warnings with older Clang versions. These warnings are marked as errors in newer Clang 15 and 16 depending on the Clang version, architecture, and possibly OS. If this is the case, you can mark these as warnings and not errors to allow installation:
218-
219-
```
220-
gem install ovirt-engine-sdk -- --with-cflags="-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration"
221-
```
222-
223-
This can also be configured within bundler:
224-
225-
```
226-
bundle config build.ovirt-engine-sdk "--with-cflags=-Wno-error=incompatible-function-pointer-types\\ -Wno-error=implicit-function-declaration"
227-
```
228-
229-
See https://github.com/oVirt/ovirt-engine-sdk-ruby/issues/14 and https://github.com/oVirt/ovirt-engine-sdk-ruby/issues/11. Hopefully, the code in the gem can be resolved to avoid these warnings in the future.
230-
231217
- If you've run PostgreSQL in a container, be sure to export the `DATABASE_URL` variable to connect to the container over TCP instead of a UNIX file socket.
232218
233219
```bash

0 commit comments

Comments
 (0)