Skip to content

Commit

Permalink
Remove old static library CI job (#528)
Browse files Browse the repository at this point in the history
* Remove old static library CI job

* Include new static option in install
  • Loading branch information
samjwu authored Feb 14, 2024
1 parent 99ff890 commit e2cf846
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
82 changes: 0 additions & 82 deletions .jenkins/staticlibrary.groovy

This file was deleted.

2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build_freorg_bkwdcomp=false
# check if we have a modern version of getopt that can handle whitespace and long parameters
getopt -T
if [[ $? -eq 4 ]]; then
GETOPT_PARSE=$(getopt --name "${0}" --longoptions help,install,clients,debug,hip-clang,test,benchmark,package,relocatable,relwithdebinfo,codecoverage,address-sanitizer,rm-legacy-include-dir --options hicdtbpgrk -- "$@")
GETOPT_PARSE=$(getopt --name "${0}" --longoptions help,install,clients,debug,hip-clang,test,benchmark,package,relocatable,relwithdebinfo,static,codecoverage,address-sanitizer,rm-legacy-include-dir --options hicdtbpgrsk -- "$@")
else
echo "Need a new version of getopt"
exit 1
Expand Down

0 comments on commit e2cf846

Please sign in to comment.