Skip to content

Commit 056e5ea

Browse files
authored
COMPUTE-185 Set python_requires for dxpy (#1264)
* 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
1 parent 4c51495 commit 056e5ea

19 files changed

+7
-525
lines changed

.gitmodules

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
[submodule "src/jq"]
2-
path = src/jq
3-
url = https://github.com/stedolan/jq.git
4-
ignore = dirty

build/Jenkinsfile

-16
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,6 @@ node('22.04-agent'){
2020

2121
stage 'Build'
2222
parallel (
23-
"xenial-deb" : {
24-
node('22.04-agent'){
25-
deleteDir()
26-
sh """
27-
commit_hash=\"${env.commit_hash}\"
28-
working_dir=\$(pwd)
29-
mkdir -p \$working_dir/\$commit_hash/xenial
30-
docker run -v \$working_dir/\$commit_hash/xenial:/\$commit_hash/xenial --rm dnanexus/dx-toolkit:16.04 \\
31-
/bin/bash -xc \"git clone https://github.com/dnanexus/dx-toolkit.git; \\
32-
cd dx-toolkit; git checkout \$commit_hash; build/build-dx-toolkit-debs.sh; \\
33-
mv /*.{changes,deb,dsc,tar.xz} /\$commit_hash/xenial\"
34-
"""
35-
archive "${env.commit_hash}/xenial/dx*"
36-
deleteDir()
37-
}
38-
},
3923
"focal-deb" : {
4024
node('22.04-agent'){
4125
deleteDir()

build/Prebuilt-Readme.md

-35
This file was deleted.

build/build-dx-toolkit-debs.sh

-31
This file was deleted.

build/centos_install_boost.sh

-52
This file was deleted.

build/centos_install_python27.sh

-74
This file was deleted.

build/environment.redirector

-27
This file was deleted.

build/fix_shebang_lines.sh

-47
This file was deleted.

build/lucid_install_boost.sh

-52
This file was deleted.

0 commit comments

Comments
 (0)