-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix a failure build from old repository #11194
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will see if this works 👍
a0bcb83
to
eccb0f4
Compare
@Kichura @dav3yblaz3 Sorry for the mistake in the code. I’ve made the necessary corrections. The list of repository names can be found here: I’ve updated the code to use esl-erlang-25. |
I checked it works in https://github.com/whywaita/actions-runner-images-lxd/actions/runs/12367569657/job/34516087683#step:15:19321 CI is a failure, but installing erlang is a success from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this will fixA
Is there anything else I should do? |
great work sorry i fell behind should not happen anymore lets get this
going and see if it helps thank you
…On Tue, Dec 17, 2024 at 2:12 AM Tachibana waita ***@***.***> wrote:
I checked it works in
https://github.com/whywaita/actions-runner-images-lxd/actions/runs/12367569657/job/34516087683#step:15:19321
CI is a failure, but installing erlang is a success from
http://binaries2.erlang-solutions.com/ubuntu focal-esl-erlang-25
—
Reply to this email directly, view it on GitHub
<#11194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BM3HLQ5RFUDT2JNUZLY2ESD2F7MGVAVCNFSM6AAAAABTUG4PZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXG42TQOJZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
thank you can we get this going and see if it helps
…On Tue, Dec 17, 2024 at 2:09 AM Tachibana waita ***@***.***> wrote:
@Kichura <https://github.com/Kichura> @dav3yblaz3
<https://github.com/dav3yblaz3> Sorry for the mistake in the code. I’ve
made the necessary corrections.
The list of repository names can be found here:
https://binaries2.erlang-solutions.com/#ubuntu/dists/
I’ve updated the code to use esl-erlang-25.
Please review it again.
—
Reply to this email directly, view it on GitHub
<#11194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BM3HLQ2W6TCNBABGVENS6N32F7L27AVCNFSM6AAAAABTUG4PZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXG42TEOJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
great thank you please get this fixed asap
…On Tue, Dec 17, 2024 at 2:09 AM Tachibana waita ***@***.***> wrote:
@Kichura <https://github.com/Kichura> @dav3yblaz3
<https://github.com/dav3yblaz3> Sorry for the mistake in the code. I’ve
made the necessary corrections.
The list of repository names can be found here:
https://binaries2.erlang-solutions.com/#ubuntu/dists/
I’ve updated the code to use esl-erlang-25.
Please review it again.
—
Reply to this email directly, view it on GitHub
<#11194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BM3HLQ2W6TCNBABGVENS6N32F7L27AVCNFSM6AAAAABTUG4PZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXG42TEOJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I already fix it. Please review it. |
Description
Bug fixing.
As shown below, the current packages.erlang-solutions.com always responds with a 304 status.
Referring to the official site https://www.erlang-solutions.com/downloads/, it is currently recommended to use binaries2.erlang-solutions.com.
This PR updates the repository configuration to use the new repository.
Related issue:
Check list