sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.59k stars 437 forks source link

Upgrade sbt, scala and sbt-ci-release to avoid deprecated repo.scala-sbt.org #1566

Closed mkurz closed 3 months ago

mkurz commented 6 months ago

I started to block repo.scala-sbt.org and repo.typesafe.com in my /etc/hosts.

See

this repo could go down again.

Unfortunately you still pull in a total outdated version of sbt-ci-release which is only hosted on repo.scala-sbt.org. Also sbt < 1.3.0 has some artifacts still hosted on that repo, so eventually I upgraded to 1.9.x+ Also there is a newer Scala patch release available already...

mkurz commented 5 months ago

Depends on

dwickern commented 4 months ago

sbt-site 1.6.0 was just released with Sphinx integration

https://github.com/sbt/sbt-site/releases/tag/v1.6.0

mkurz commented 4 months ago

@dwickern thanks I have seen that. Will update the PR soon

mkurz commented 4 months ago

@muuki88 This pull request is now ready., can you take a look please if you find time? Thanks!

mkurz commented 4 months ago

Also, the failing tests look unrelated to my changes

dwickern commented 4 months ago

The AppVeyor test failure looks new πŸ€”

mkurz commented 3 months ago

The AppVeyor test failure looks new πŸ€”

Yeah, this one seems new, I will take a look when I find time...

dwickern commented 3 months ago

I fixed the failing Docker and GraalVM tests on the main branch if you merge/rebase again.

The AppVeyor test failure doesn't seem related to your changes. I had some similar errors last time I ran those tests on my Windows machine. I suspect that your changes invalidated the cache and that's why we're seeing failures now.

mkurz commented 3 months ago

@dwickern I rebased, but the same error occurs again. Do you have a windows machine you can test what's wrong here?

mkurz commented 3 months ago

Or maybe the AppVeyor cache neeeds to be cleaned?

mkurz commented 3 months ago

I found the problem, will push soon...

mkurz commented 3 months ago

@muuki88 This is totally ready to merge now :+1: Also hopefully this unblocks #1555 now so a new release can be cut :crossed_fingers:

muuki88 commented 3 months ago

Thanks so much @dwickern and @mkurz for all the work and fixes you pushed in the last weeks πŸ™πŸ™

I try to push a release ASAP. Or @dwickern you do it ☺️

dwickern commented 3 months ago

I will try 🀞