diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-20 13:32:17 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-02-20 13:32:17 -0500 |
commit | 64b09640089de6db5c8d312b68ec6e32d8f12249 (patch) | |
tree | 3c1f30280631ba2566780add2be9b6f8d3d82ccb /builds.sr.ht | |
parent | b05499e1a537cd68900c64b4a1e23dc69764fd17 (diff) | |
download | sr.ht-docs-64b09640089de6db5c8d312b68ec6e32d8f12249.tar.gz |
Remove NetBSD from supported images
This image isn't ready yet, the docs snuck in with another commit.
Diffstat (limited to 'builds.sr.ht')
-rw-r--r-- | builds.sr.ht/compatibility.md | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 3e79fe1..bd7eb02 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -425,117 +425,6 @@ The packages array is installed with `pkg install`. Custom package repositories are not supported on FreeBSD builds. -## NetBSD - -<table class="table table-sm table-hover"> - <thead> - <tr> - <th>NetBSD 8.x</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: netbsd/latest</code> <strong>or</strong> - <code>image: netbsd/8.x</code> - </th> - </tr> - <tr> - <th>arch</th> - <th style="text-align: center">supported</th> - <th style="text-align: center">native</th> - <th>updated</th> - </tr> - </thead> - <tbody> - <tr class="table-primary"> - <td><code>arch: amd64</code> (default)</td> - <td style="text-align: center; color: green">✓</td> - <td style="text-align: center; color: green">✓</td> - <td>monthly</td> - </tr> - <tr><td><code>arch: evbarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbmips</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbppc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: hpcarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: i386</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: sparc64</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - </tbody> -</table> - -<table class="table table-sm table-hover"> - <thead> - <tr> - <th>NetBSD 7.x</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: netbsd/7.x</code> - </th> - </tr> - <tr> - <th>arch</th> - <th style="text-align: center">supported</th> - <th style="text-align: center">native</th> - <th>updated</th> - </tr> - </thead> - <tbody> - <tr class="table-primary"> - <td><code>arch: amd64</code> (default)</td> - <td style="text-align: center; color: green">✓</td> - <td style="text-align: center; color: green">✓</td> - <td>monthly</td> - </tr> - <tr><td><code>arch: evbarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbmips</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbppc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: hpcarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: i386</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: sparc64</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - </tbody> -</table> - -<table class="table table-sm table-hover"> - <thead> - <tr> - <th>NetBSD-current</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: netbsd/current</code> - </th> - </tr> - <tr> - <th>arch</th> - <th style="text-align: center">supported</th> - <th style="text-align: center">native</th> - <th>updated</th> - </tr> - </thead> - <tbody> - <tr class="table-primary"> - <td><code>arch: amd64</code> (default)</td> - <td style="text-align: center; color: green">✓</td> - <td style="text-align: center; color: green">✓</td> - <td>weekly</td> - </tr> - <tr><td><code>arch: evbarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbmips</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbppc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: hpcarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: i386</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: sparc64</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - </tbody> -</table> - -**packages** - -Packages with a slash in the name (e.g. `foo/bar`) are built from pkgsrc, and -packages without a slash are installed via [pkgin](http://pkgin.net/). Using -pkgsrc can dramatically slow down your builds, so binary packages are strongly -recommended. However, binary packages are not supported on NetBSD current. - -To customize package options for pkgsrc, export the appropriate environment -variables in your [`environment`](manifest.md#environment) configuration. You -can also invoke pkgsrc manually; it is available in `/usr/pkgsrc`. - -**repositories** - -Custom package repositories are not supported on NetBSD builds. - ## NixOS <table class="table table-sm table-hover"> |