Skip to content

Commit

Permalink
Merge pull request #774 from Yornik/master
Browse files Browse the repository at this point in the history
hot fix: the cloudfoundry CDN is not working for the python package
  • Loading branch information
jpastoor authored Jul 10, 2024
2 parents 9355653 + 41c9dc2 commit 1f931ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/install-python
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function setup_online(){
install_dir="$2"
buildpack_dir="$3"

curl -Ls "https://buildpacks.cloudfoundry.org/dependencies/python/$python_dep_name" | tar -xzf - -C "$install_dir"
curl -Ls "https://cdn.mendix.com/tmp-buildpacks/python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz" | tar -xzf - -C "$install_dir"
}

function get_python_from_manifest() {
Expand Down
2 changes: 1 addition & 1 deletion dependencies-stage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: python
version: 3.10.13
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz
uri: https://cdn.mendix.com/tmp-buildpacks/python_3.10.13_linux_x64_cflinuxfs4_04ab8c1b.tgz
sha256: 04ab8c1b6b0d1f8fd8a03d932bf8cc6744843ad12bb5e801784b7ff470aa7401
cf_stacks:
- cflinuxfs4
Expand Down

0 comments on commit 1f931ec

Please sign in to comment.