1 Star 0 Fork 9

jiangxinyu/pushgateway

forked from src-openEuler/pushgateway 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
add-parameters-to-solve-the-strip.patch 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2024-06-26 18:01 . Update package to version 1.9.0
From 7a1a4244d21aef234e60c69005c66d608cc5430a Mon Sep 17 00:00:00 2001
From: jxy_git <jiangxinyu@kylinos.cn>
Date: Wed, 26 Jun 2024 17:41:58 +0800
Subject: [PATCH] add parameters to solve the strip
---
.promu.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.promu.yml b/.promu.yml
index 8c08aab..25b2491 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -7,11 +7,11 @@ repository:
path: github.com/prometheus/pushgateway
build:
ldflags: |
- -X github.com/prometheus/common/version.Version={{.Version}}
- -X github.com/prometheus/common/version.Revision={{.Revision}}
- -X github.com/prometheus/common/version.Branch={{.Branch}}
- -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
- -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
+ -w -s -extldflags '-Wl,-z,relro -Wl,-z,now -pie' -X github.com/prometheus/common/version.Version={{.Version}}
+ -w -s -extldflags '-Wl,-z,relro -Wl,-z,now -pie' -X github.com/prometheus/common/version.Revision={{.Revision}}
+ -w -s -extldflags '-Wl,-z,relro -Wl,-z,now -pie' -X github.com/prometheus/common/version.Branch={{.Branch}}
+ -w -s -extldflags '-Wl,-z,relro -Wl,-z,now -pie' -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
+ -w -s -extldflags '-Wl,-z,relro -Wl,-z,now -pie' -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
tarball:
files:
- LICENSE
--
2.43.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jxy_git/pushgateway.git
git@gitee.com:jxy_git/pushgateway.git
jxy_git
pushgateway
pushgateway
master

搜索帮助