Skip to content
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

Maven repo for nightly builds? #8138

Closed
bbimber opened this issue Dec 30, 2022 · 4 comments
Closed

Maven repo for nightly builds? #8138

bbimber opened this issue Dec 30, 2022 · 4 comments

Comments

@bbimber
Copy link
Contributor

bbimber commented Dec 30, 2022

Hello,

In the past there was a Maven repo where nightly builds were published. Does this exist anyone? I am pretty sure i used this in the past, but I cant find it today. I am specifically interested in a GATK build with this commit: 564be54.

Thanks in advance.

@lbergelson
Copy link
Member

@bbimber I think the automated publishing of maven snapshots broke when we transistioned to github actions and you're the first person to ask about it.

We'll try to get it fixed when we can, but until then I've published this for you: 4.3.0.0-15-g564be54-SNAPSHOT

Add:

    maven {
        url "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot/" //for htsjdk snapshots
    }

to your build.gradles repositories {} block and then you should be able to resolve that version in your build. I think those builds expire every 3 months or something so let me know if you have problems and I can re-up it.

@bbimber
Copy link
Contributor Author

bbimber commented Jan 3, 2023

Thanks @lbergelson. I try to not depend on this, but when we're developing tools that rely on a GATK feature not yet in a release (like i'm trying to do here), it's quite useful to have those snapshots.

@lbergelson
Copy link
Member

@bbimber No problem. We fully intended to have snapshot builds available. It's a bug/oversight that they're not.

@bbimber
Copy link
Contributor Author

bbimber commented Nov 13, 2023

@lbergelson: I thought I had this worked out, but I dont seem to be able to find the latest artifacts. I'm specifically trying to find an artifact with this commit from July: 810326c

When I look here:

https://broadinstitute.jfrog.io/ui/native/libs-snapshot/org/broadinstitute/gatk/

I dont see much with a modified date beyond May. Should I be looking somewhere else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants