Skip to content

Commit

Permalink
COMPUTE-185 Set python_requires for dxpy (#1264)
Browse files Browse the repository at this point in the history
* Disallow python <2.7 or <3.5 in setup.py for dxpy

* Remove xenial deb build

* Remove jq submodule

* Only build dx-java-bindings deb packages

* Remove old build scripts
  • Loading branch information
kpjensen authored Nov 3, 2023
1 parent 4c51495 commit 056e5ea
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 525 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "src/jq"]
path = src/jq
url = https://github.com/stedolan/jq.git
ignore = dirty
16 changes: 0 additions & 16 deletions build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@ node('22.04-agent'){

stage 'Build'
parallel (
"xenial-deb" : {
node('22.04-agent'){
deleteDir()
sh """
commit_hash=\"${env.commit_hash}\"
working_dir=\$(pwd)
mkdir -p \$working_dir/\$commit_hash/xenial
docker run -v \$working_dir/\$commit_hash/xenial:/\$commit_hash/xenial --rm dnanexus/dx-toolkit:16.04 \\
/bin/bash -xc \"git clone https://github.com/dnanexus/dx-toolkit.git; \\
cd dx-toolkit; git checkout \$commit_hash; build/build-dx-toolkit-debs.sh; \\
mv /*.{changes,deb,dsc,tar.xz} /\$commit_hash/xenial\"
"""
archive "${env.commit_hash}/xenial/dx*"
deleteDir()
}
},
"focal-deb" : {
node('22.04-agent'){
deleteDir()
Expand Down
35 changes: 0 additions & 35 deletions build/Prebuilt-Readme.md

This file was deleted.

31 changes: 0 additions & 31 deletions build/build-dx-toolkit-debs.sh

This file was deleted.

52 changes: 0 additions & 52 deletions build/centos_install_boost.sh

This file was deleted.

74 changes: 0 additions & 74 deletions build/centos_install_python27.sh

This file was deleted.

27 changes: 0 additions & 27 deletions build/environment.redirector

This file was deleted.

47 changes: 0 additions & 47 deletions build/fix_shebang_lines.sh

This file was deleted.

52 changes: 0 additions & 52 deletions build/lucid_install_boost.sh

This file was deleted.

Loading

0 comments on commit 056e5ea

Please sign in to comment.