Skip to content

Commit 5da208c

Browse files
author
ManageIQ Bot
committed
1 parent bebb3c0 commit 5da208c

File tree

3 files changed

+274
-287
lines changed

3 files changed

+274
-287
lines changed

docs/guides/developer_setup.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -915,19 +915,6 @@ <h6 id="note">NOTE</h6>
915915
<li>
916916
<p>macOS requires platform specific Gems. Run <code class="language-plaintext highlighter-rouge">bundle config specific_platform true</code> before running <code class="language-plaintext highlighter-rouge">bin/setup</code>.</p>
917917
</li>
918-
<li>
919-
<p>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:</p>
920-
921-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>gem install ovirt-engine-sdk -- --with-cflags="-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration"
922-
</code></pre></div> </div>
923-
924-
<p>This can also be configured within bundler:</p>
925-
926-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>bundle config build.ovirt-engine-sdk "--with-cflags=-Wno-error=incompatible-function-pointer-types\\ -Wno-error=implicit-function-declaration"
927-
</code></pre></div> </div>
928-
929-
<p>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.</p>
930-
</li>
931918
<li>
932919
<p>If you’ve run PostgreSQL in a container, be sure to export the <code class="language-plaintext highlighter-rouge">DATABASE_URL</code> variable to connect to the container over TCP instead of a UNIX file socket.</p>
933920

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description></description>
66
<link>http://manageiq.org/</link>
77
<atom:link href="http://manageiq.org/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Wed, 22 Oct 2025 03:27:12 +0000</pubDate>
9-
<lastBuildDate>Wed, 22 Oct 2025 03:27:12 +0000</lastBuildDate>
8+
<pubDate>Wed, 22 Oct 2025 19:00:30 +0000</pubDate>
9+
<lastBuildDate>Wed, 22 Oct 2025 19:00:30 +0000</lastBuildDate>
1010
<generator>Jekyll v4.4.1</generator>
1111

1212
<item>

0 commit comments

Comments
 (0)