Match-id-cafc6ecf63955d9ea3cc5e116dbc13e89c57a1ef

This commit is contained in:
BianTanggui
2022-07-09 17:40:14 +08:00
3 changed files with 3 additions and 18 deletions

View File

@@ -21,12 +21,7 @@ compile:
parameters: [
[ "buildmode","pie" ],
[ "ldflags",'-linkmode=external -buildid=IdNetCheck -extldflags "-Wl,-z,now" -w -s '],
[ "o", "{{ systemEnv.workspace }}/ascend-docker-plugin/hook/build/ascend-docker-hook"],
[ "trimpath","{{ systemEnv.workspace }}/ascend-docker-plugin/hook/main.go"],
]
output:
files:
include:
- copy:
src: [ "{{ systemEnv.workspace }}/ascend-docker-plugin/hook/main" ]
des: "{{ systemEnv.workspace }}/ascend-docker-plugin/hook/build/ascend-docker-hook"
rename: true

View File

@@ -21,12 +21,7 @@ compile:
parameters: [
[ "buildmode", "pie" ],
[ "ldflags", '-linkmode=external -buildid=IdNetCheck -extldflags "-Wl,-z,now" -w -s'],
[ "o", "{{ systemEnv.workspace }}/ascend-docker-plugin/build/helper/build/ascend-docker-plugin-install-helper"],
[ "trimpath", "{{ systemEnv.workspace }}/ascend-docker-plugin/install/deb/src/main.go"],
]
output:
files:
include:
- copy:
src: [ "{{ systemEnv.workspace }}/ascend-docker-plugin/install/deb/src/main" ]
des: "{{ systemEnv.workspace }}/ascend-docker-plugin/build/helper/build/ascend-docker-plugin-install-helper"
rename: true

View File

@@ -21,12 +21,7 @@ compile:
parameters: [
[ "buildmode", "pie" ],
[ "ldflags", '-linkmode=external -buildid=IdNetCheck -extldflags "-Wl,-z,now" -w -s'],
[ "o", "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/build/ascend-docker-runtime"],
[ "trimpath", "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/main.go" ],
]
output:
files:
include:
- copy:
src: [ "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/main" ]
des: "{{ systemEnv.workspace }}/ascend-docker-plugin/runtime/build/ascend-docker-runtime"
rename: true