Skip to content

Commit 73c4388

Browse files
authored
Merge pull request #11 from Magicloud/dev
Update building info
2 parents 4b6fe16 + bdd1d59 commit 73c4388

File tree

4 files changed

+49
-61
lines changed

4 files changed

+49
-61
lines changed

.cargo/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
target = ["x86_64-unknown-linux-musl"]
44
rustc-wrapper = "sccache"
55

6-
[target.x86_64-unknown-linux-musl]
7-
linker = "clang"
8-
rustflags = ["-C", "link-arg=--ld-path=wild"]
6+
# [target.x86_64-unknown-linux-musl]
7+
# linker = "clang"
8+
# rustflags = ["-C", "link-arg=--ld-path=wild"]

Cargo.lock

Lines changed: 44 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "externaldns-webhook"
3-
version = "2025.12.9"
3+
version = "2025.12.17"
44
description = "Interface (trait) for ExternalDns(v0.15.0) webhook."
55
edition = "2024"
66
license = "Apache-2.0"

e_d.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.7-labs
22

3-
FROM ghcr.io/magicloud/rust-nightly:latest AS builder
3+
FROM ghcr.io/magicloud/rust-stable:latest AS builder
44

55
RUN apk add --no-cache musl-dev g++ clang20
66

0 commit comments

Comments
 (0)