Skip to content

Commit 881828f

Browse files
committed
ci: don't use musl for the server, temporarily
Signed-off-by: Richard Zak <[email protected]>
1 parent c832a04 commit 881828f

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ jobs:
5353
- name: Build server
5454
run: cargo auditable build --features=admin,admin-gui,sqlite,vt --bin mdb_server --target x86_64-unknown-linux-musl --release
5555
- name: Package server
56-
run: cargo auditable deb --target x86_64-unknown-linux-musl
56+
run: cargo auditable deb --target x86_64-unknown-linux-gnu
5757
- run: mv target/x86_64-unknown-linux-musl/release/mdb_server target/x86_64-unknown-linux-musl/release/mdb_server_linux_musl_x86_64
5858
- name: Upload mdb_server
5959
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6060
with:
61-
name: mdb_server_linux_musl_x86_64
61+
name: mdb_server_linux_gnu_x86_64
6262
path: target/x86_64-unknown-linux-musl/release/mdb_server_linux_musl_x86_64
6363
if-no-files-found: error
6464
retention-days: 5
6565
- name: Upload mdb_server deb
6666
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6767
with:
6868
name: "malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb"
69-
path: "target/x86_64-unknown-linux-musl/debian/malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb"
69+
path: "target/x86_64-unknown-linux-gnu/debian/malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb"
7070
if-no-files-found: error
7171
retention-days: 5
7272
- run: mv target/x86_64-unknown-linux-musl/release/mdb_client target/x86_64-unknown-linux-musl/release/mdb_client_linux_musl_x86_64
@@ -281,7 +281,7 @@ jobs:
281281
name: mdb_client_arm64.exe
282282
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
283283
with:
284-
name: mdb_server_linux_musl_x86_64
284+
name: mdb_server_linux_gnu_x86_64
285285
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
286286
with:
287287
name: "malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb"
@@ -327,8 +327,8 @@ jobs:
327327
mdb_client_amd64.exe.minisig
328328
mdb_client_arm64.exe
329329
mdb_client_arm64.exe.minisig
330-
mdb_server_linux_musl_x86_64
331-
mdb_server_linux_musl_x86_64.minisig
330+
mdb_server_linux_gnu_x86_64
331+
mdb_server_linux_gnu_x86_64.minisig
332332
mdb_client_linux_musl_x86_64
333333
mdb_client_linux_musl_x86_64.minisig
334334
malwaredb_${{ steps.version.outputs.version }}-1_amd64.deb

log.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Unreleased
22

3+
## Version 0.0.20
4+
31 March 2025
5+
6+
* Fix CI, musl target broken this version.
7+
8+
### 30 March 2025
9+
* Rust flags for CPU features
10+
311
## Version 0.0.19
412
28 February 2025
513

0 commit comments

Comments
 (0)