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

[BUG] Linux installation fails on Kotlin download #274

Closed
hubertgrzeskowiak opened this issue Apr 8, 2024 · 6 comments · Fixed by #275
Closed

[BUG] Linux installation fails on Kotlin download #274

hubertgrzeskowiak opened this issue Apr 8, 2024 · 6 comments · Fixed by #275
Assignees
Labels
bug Something isn't working

Comments

@hubertgrzeskowiak
Copy link

hubertgrzeskowiak commented Apr 8, 2024

Looks like the Kotlin native package is no longer available under the hardcoded URL.

Step to reproduce:

bash <(curl -s https://raw.githubusercontent.com/danger/kotlin/master/scripts/install.sh)

Running on Amazon Linux image amazoncorretto:11 and after installing the most common dependencies (tar, gzip, unzip, make, git, nvm, node etc.)

Build file '/root/_danger-kotlin/danger-kotlin/build.gradle.kts' line: 22

* What went wrong:
Could not resolve all files for configuration ':danger-kotlin:detachedConfiguration1'.
> Could not find :kotlin-native-prebuilt-linux-aarch64:1.7.0.
  Searched in the following locations:
    - https://download.jetbrains.com/kotlin/native/builds/releases/1.7.0/linux-aarch64/kotlin-native-prebuilt-linux-aarch64-1.7.0.tar.gz
  Required by:
      project :danger-kotlin
@Vacxe Vacxe added the bug Something isn't working label Apr 8, 2024
@Vacxe Vacxe self-assigned this Apr 8, 2024
@hubertgrzeskowiak
Copy link
Author

I found the newest 1.7 release at https://github.com/JetBrains/kotlin/releases/tag/v1.7.22

@Vacxe
Copy link
Member

Vacxe commented Apr 8, 2024

@hanneskaeufler wanna create PR mate or wish me to do it?

@Vacxe
Copy link
Member

Vacxe commented Apr 8, 2024

As well, it always good to attach the steps to repeat this bug. That`s a linux installation script or something else?

@hubertgrzeskowiak
Copy link
Author

My bad. Edited the original report now.

@Vacxe
Copy link
Member

Vacxe commented Apr 8, 2024

@hubertgrzeskowiak as well, it will be much easier to use one of the release artifacts. I'll update Linux installation script soon as well.

@Vacxe Vacxe closed this as completed in #275 Apr 8, 2024
@hubertgrzeskowiak
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants