[PR #218] [MERGED] Enable static build #624

Closed
opened 2026-02-27 08:18:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/218
Author: @martadinata666
Created: 7/5/2022
Status: Merged
Merged: 7/11/2022
Merged by: @nitnelave

Base: mainHead: docker-build-static


📝 Commits (1)

  • 0f247f0 enable static build, add alpine base

📊 Changes

2 files changed (+450 additions, -0 deletions)

View changed files

.github/workflows/Dockerfile.ci.alpine (+74 -0)
.github/workflows/docker-build-static.yml (+376 -0)

📄 Description

Trying enabling staticc build, currently let keep the build separate to see the behaviour.

  1. Add and using Dockerfile.ci.alpine
  2. Modify :latest to :latest-alpine
  3. Remove sccache
  4. Cache key use cargo.lock , so every Cargo.lock update cache reseted.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/218 **Author:** [@martadinata666](https://github.com/martadinata666) **Created:** 7/5/2022 **Status:** ✅ Merged **Merged:** 7/11/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `docker-build-static` --- ### 📝 Commits (1) - [`0f247f0`](https://github.com/lldap/lldap/commit/0f247f0c369f83cb6752b4bf9bca4c3ac4be3622) enable static build, add alpine base ### 📊 Changes **2 files changed** (+450 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/Dockerfile.ci.alpine` (+74 -0) ➕ `.github/workflows/docker-build-static.yml` (+376 -0) </details> ### 📄 Description Trying enabling staticc build, currently let keep the build separate to see the behaviour. 1. Add and using Dockerfile.ci.alpine 2. Modify `:latest` to `:latest-alpine` 3. Remove sccache 4. Cache key use cargo.lock , so every Cargo.lock update cache reseted. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#624
No description provided.