mirror of
https://github.com/Ascend/ascend-docker-runtime.git
synced 2025-10-19 18:34:32 +08:00
Match-id-cafc6ecf63955d9ea3cc5e116dbc13e89c57a1ef
This commit is contained in:
@@ -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
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user