-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile script cannot find trace-agent #191
Comments
Hi @laugekj, Thanks for the issue report! Did you try using a link that ends with Meanwhile, we'll try to reproduce this on our side and will keep you updated with our findings. |
Hi again @laugekj , Having a second look at the problem, the missing binaries are due to the fact that we don't store the binaries (agent, trace-agent, dogstatsd) in the Git repo. We download them in the prepare script during the release process. I guess you could try pushing them to a custom branch/fork and see if that works? |
Hi
Thanks for the reply. I will try that to see if that works.
Best regards
Lauge Jensen
…________________________________
From: NouemanKHAL ***@***.***>
Sent: Monday, August 26, 2024 12:06:28 PM
To: DataDog/datadog-cloudfoundry-buildpack ***@***.***>
Cc: Lauge Kjærgaard Jensen ***@***.***>; Mention ***@***.***>
Subject: Re: [DataDog/datadog-cloudfoundry-buildpack] compile script cannot find trace-agent (Issue #191)
Hi again @laugekj<https://github.com/laugekj> ,
Having a second look at the problem, the missing binaries are due to the fact that we don't store the binaries (agent, trace-agent, dogstatsd) in the Git repo. We download them in the prepare script<https://github.com/DataDog/datadog-cloudfoundry-buildpack/blob/master/scripts/prepare.sh> during the release process.
I guess you could try pushing them to a custom branch/fork and see if that works?
—
Reply to this email directly, view it on GitHub<#191 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AN2YFZWDEA4BFTETWQZIK2LZTL42JAVCNFSM6AAAAABJNNPXQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBZHAZTSNJUGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Describe the bug
Installing the buildpack with github link in manifest has missing file or directory
To Reproduce
Steps to reproduce the behavior:
Produces the following output:
Expected behavior
Expected datadog-cloudfoundry-buildpack to be installed on container.
Environment and Versions (please complete the following information):
A clear and precise description of your setup:
Additional context
My hosting architecture does not allow me to run "cf create-buildpack", so I need a work around this binaries not being runnable from github link (see related issue: #7). My hosting architecture will not allow me to create Cloud Foundry Adminstrator for customer accounts, since my Cloud Foundry deployment is in SAP BTP.
The text was updated successfully, but these errors were encountered: