Skip to content

Commit 2d3f8fe

Browse files
1 parent bdadc76 commit 2d3f8fe

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

from_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
209209
<td>arm64</td>
210210
<td>3.13</td>
211211
<td>8.1</td>
212-
<td>3.31</td>
212+
<td>4.0</td>
213213
<td>Apple LLVM 16 (Xcode 16)</td>
214214
<td>OpenJDK 23</td>
215215
</tr>
@@ -218,7 +218,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
218218
<td>arm64</td>
219219
<td>3.13</td>
220220
<td>8.1</td>
221-
<td>3.31</td>
221+
<td>4.0</td>
222222
<td>Apple LLVM 16 (Xcode 16)</td>
223223
<td>OpenJDK 23</td>
224224
</tr>

jenkins.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,17 @@ <h2 id="updating-installation-prerequisites">Updating Installation Prerequisites
270270
only appear in one of these lists.</p>
271271

272272
<p>When updating prerequisites with these scripts, the normal experimental CI will
273-
most likely fail. To test new prerequisites, you should first request
274-
unprovisioned experimental builds, e.g.:</p>
273+
most likely fail. To test new prerequisites on Linux, you should first request an
274+
unprovisioned experimental build, e.g.:</p>
275275

276276
<ul>
277277
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot linux-jammy-unprovisioned-gcc-bazel-experimental-release please</code></li>
278-
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot mac-arm-sonoma-unprovisioned-clang-bazel-experimental-release please</code></li>
279278
</ul>
280279

280+
<p>Testing changes to the source distribution prerequisites for macOS is a work
281+
in progress as there are no longer unprovisioned builds.
282+
Contact <code class="language-plaintext highlighter-rouge">@BetsyMcPhail</code> for guidance on testing these changes.</p>
283+
281284
<p>After this has passed, go through normal review. Once normal review is done,
282285
add <code class="language-plaintext highlighter-rouge">@BetsyMcPhail</code> for review and request that the provisioned instances be
283286
updated. She will then respond on when it is appropriate to merge the PR.</p>
@@ -292,7 +295,7 @@ <h3 id="binary-or-debian">Binary or Debian</h3>
292295

293296
<ul>
294297
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot linux-jammy-unprovisioned-gcc-bazel-experimental-packaging please</code></li>
295-
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot mac-arm-sonoma-unprovisioned-clang-bazel-experimental-packaging please</code></li>
298+
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot mac-arm-sonoma-clang-bazel-experimental-packaging please</code></li>
296299
</ul>
297300

298301
<p>or follow the <a href="#scheduling-builds-via-the-jenkins-user-interface">instructions above</a>
@@ -317,7 +320,7 @@ <h3 id="wheel">Wheel</h3>
317320

318321
<ul>
319322
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot linux-jammy-unprovisioned-gcc-wheel-experimental-release please</code></li>
320-
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot mac-arm-sonoma-unprovisioned-clang-wheel-experimental-release please</code></li>
323+
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot mac-arm-sonoma-clang-wheel-experimental-release please</code></li>
321324
</ul>
322325

323326
<p>or follow the <a href="#scheduling-builds-via-the-jenkins-user-interface">instructions above</a>

release_playbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h2 id="cutting-the-release">Cutting the release</h2>
312312
new window, so you can copy-and-paste sha1 and version easily):
313313
<ul>
314314
<li><a href="https://drake-jenkins.csail.mit.edu/view/Staging/job/linux-jammy-unprovisioned-gcc-wheel-staging-release/">Linux Wheel Staging</a></li>
315-
<li><a href="https://drake-jenkins.csail.mit.edu/view/Staging/job/mac-arm-sonoma-unprovisioned-clang-wheel-staging-release/">macOS arm Wheel Staging</a></li>
315+
<li><a href="https://drake-jenkins.csail.mit.edu/view/Staging/job/mac-arm-sonoma-clang-wheel-staging-release/">macOS arm Wheel Staging</a></li>
316316
<li><a href="https://drake-jenkins.csail.mit.edu/view/Staging/job/linux-jammy-unprovisioned-gcc-cmake-staging-packaging/">Jammy Packaging Staging</a></li>
317317
<li><a href="https://drake-jenkins.csail.mit.edu/view/Staging/job/linux-noble-unprovisioned-gcc-cmake-staging-packaging/">Noble Packaging Staging</a></li>
318318
<li><a href="https://drake-jenkins.csail.mit.edu/view/Staging/job/mac-arm-sonoma-clang-cmake-staging-packaging/">macOS arm Packaging Staging</a></li>

0 commit comments

Comments
 (0)