You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>The <codeclass="language-plaintext highlighter-rouge">add_default_...</code> macros defined in
294
-
<codeclass="language-plaintext highlighter-rouge">@drake//tools/workspace:default.bzl</code> are all part of the Stable API.
295
-
<ul>
296
-
<li>For any Bazel external loaded by these functions (e.g., <codeclass="language-plaintext highlighter-rouge">"@eigen"</code>), we
297
-
will deprecate it prior to removing our definition of the dependency.
298
-
<ul>
299
-
<li>Excluding any items documented as “internal use only”.</li>
300
-
<li>Excluding any items documented with an “experimental” warning.</li>
301
-
</ul>
302
-
</li>
303
-
</ul>
304
-
</li>
278
+
<li>For any repository provided by the extension, we will deprecate it prior to
279
+
removing it.</li>
305
280
</ul>
306
281
</li>
307
282
</ul>
308
283
309
284
<p>We may upgrade any of our dependencies to a newer version without prior notice.
310
285
If you require an older version, you will need to rebuild Drake from source and
311
-
customize your own <codeclass="language-plaintext highlighter-rouge">WORKSPACE.bazel</code> or <codeclass="language-plaintext highlighter-rouge">MODULE.bazel</code> file to refer to the
312
-
older version of the dependency.</p>
286
+
customize your own <codeclass="language-plaintext highlighter-rouge">MODULE.bazel</code> file to refer to the older version of the
287
+
dependency.</p>
313
288
314
289
<p>We may add new dependencies without prior notice. All of our dependencies will
315
290
either be installed via the host system via our <codeclass="language-plaintext highlighter-rouge">install_prereqs</code> scripts,
0 commit comments