Commit 18d09f3
Create non versioned package along with versioned package (#1673)
Added more logging for debugging purpose
Input argument will be artifacts directory rather than artifact URL
Downloading and extracting artifacts will be performed independently.
Clean up the package build directory after building each package
Used llvm-strip in the RPM jinja templates, since gcc strip was not able
to strip amdgpu code objects
TODO: May need to use the same for debian as well
## Motivation
Non versioned package is also a requirement
## Technical Details
Create non versioned package that depends on versioned package
## Test Plan
Verified the nonversioned package creation and its dependencies
## Test Result
Versioned and non versioned packages are getting created
## Submission Checklist
- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
---------
Co-authored-by: raramakr <[email protected]>1 parent 2e2c743 commit 18d09f3
File tree
4 files changed
+401
-238
lines changed- build_tools/packaging/linux
- template
4 files changed
+401
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
0 commit comments