Skip to content

Commit 75f73a8

Browse files
committed
Add back limited features for x86_64-unknown-linux-musl
Signed-off-by: Ben Johnson <[email protected]>
1 parent d2f8cc4 commit 75f73a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
name: Build archive
184184
command: |
185185
export VERSION=$(make version)
186-
make build-archive
186+
make build-archive FEATURES="jemallocator"
187187
- persist_to_workspace:
188188
root: target/artifacts
189189
paths:

docs/setup/installation/manual/from-archives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ architectures. If you don't see an architecture, then we recommend
2424
| :------------| :-----: | :---- |
2525
| [`x86_64-apple-darwin`][url.vector_latest_x86_64-apple-darwin] | `latest` | 64-bit OSX (10.7+, Lion+) |
2626
| [`uknown-linux-gnu`][url.vector_latest_x86_64-unknown-linux-gnu] | `latest` | 64-bit Linux (2.6.18+) |
27-
| [`uknown-linux-musl`][url.vector_latest_x86_64-unknown-linux-musl] | `latest` | 64-bit Linux with MUSL |
27+
| [`uknown-linux-musl`][url.vector_latest_x86_64-unknown-linux-musl] ⚠️ | `latest` | 64-bit Linux with MUSL |
2828
| [`armv7-unknown-linux-gnueabihf`][url.vector_latest_armv7-unknown-linux-gnueabihf] ⚠️ | `latest` | ARMv7 Linux |
2929
| [`armv7-unknown-linux-musleabihf`][url.vector_latest_armv7-unknown-linux-musleabihf] ⚠️ | `latest` | ARMv7 Linux with MUSL |
3030

@@ -42,7 +42,7 @@ using them over the "latest" alternatives.
4242
| :------------| :-----: | :---- |
4343
| [`x86_64-apple-darwin`][url.vector_edge_x86_64-apple-darwin] | `edge` | 64-bit OSX (10.7+, Lion+) |
4444
| [`uknown-linux-gnu`][url.vector_edge_x86_64-unknown-linux-gnu] | `edge` | 64-bit Linux (2.6.18+) |
45-
| [`uknown-linux-musl`][url.vector_edge_x86_64-unknown-linux-musl] | `edge` | 64-bit Linux with MUSL |
45+
| [`uknown-linux-musl`][url.vector_edge_x86_64-unknown-linux-musl] ⚠️ | `edge` | 64-bit Linux with MUSL |
4646
| [`armv7-unknown-linux-gnueabihf`][url.vector_edge_armv7-unknown-linux-gnueabihf] ⚠️ | `edge` | ARMv7 Linux |
4747
| [`armv7-unknown-linux-musleabihf`][url.vector_edge_armv7-unknown-linux-musleabihf] ⚠️ | `edge` | ARMv7 Linux with MUSL |
4848
{% endtab %}

0 commit comments

Comments
 (0)