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

[luajit] Use Conan Center Backup Sources for sources #25061

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

uilianries
Copy link
Member

@uilianries uilianries commented Aug 27, 2024

Summary

Changes to recipe: luajit/2.1.0-beta3

Motivation

The issue #25032 brought a case where the upstream dropped the download of tags for tarball files, and recommended to use their rolling release approach instead.

After speaking to the Conan team, we considered doing separated moves, first, fixing the broken recipe to use the backup sources. The current state is not only affecting CCI, but also breaks those packages listed in the issue. So we decided to make available old releases in ConanCenterIndex for now.

In a future moment, we should discuss another move to deal with rolling releases in Lua-JIT.

fixes #25032

/cc @uyha

Details

Using backup sources is not something new in CCI. The same usage can be found in:

It does not changed sources, they are the backup from the original source that was available in the upstream, the checksum (SHA-256) is the exactly same

UPDATE:

The version 2.0.5 is not available under backup sources, only 2.1.0-beta3. So I removed it from the build. The package libucl uses luajit/2.0.5 as optional requirement, not enabled by default, so it should not break CCI.


Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot

This comment has been minimized.

AbrilRBS
AbrilRBS previously approved these changes Aug 27, 2024
@conan-center-bot

This comment has been minimized.

Signed-off-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Copy link
Contributor

Hooks produced the following warnings for commit a72e915
luajit/2.1.0-beta3@#e8ee964ad9fedb6ebd93b83ec3452a62
post_package(): WARN: [APPLE RELOCATABLE SHARED LIBS (KB-H077)] install_name dir of these shared libs is not @rpath: libluajit-5.1.2.dylib, libluajit-5.1.dylib, libluajit-5.1.2.1.0.dylib

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 5 (a72e915c2ce562988d11587b57ab60113242965d):

  • luajit/2.1.0-beta3:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 5 (a72e915c2ce562988d11587b57ab60113242965d):

  • luajit/2.1.0-beta3:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit e46e06e into conan-io:master Aug 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] luajit is broken because the tarball from the homepage is removed
4 participants