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

Current version require bleeding edge rakudo #13

Open
finanalyst opened this issue Dec 31, 2024 · 3 comments
Open

Current version require bleeding edge rakudo #13

finanalyst opened this issue Dec 31, 2024 · 3 comments

Comments

@finanalyst
Copy link
Owner

Works with

$ raku -v
Welcome to Rakudo™ v2024.12-36-gaf01c0389.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.12-9-g52d3452e4.

, but despite effort to make back-compatible, tests fail.

Unfortunately, docker file depends on 2024-10 and container image overwritten with non-passing version.

@finanalyst finanalyst pinned this issue Dec 31, 2024
@finanalyst
Copy link
Owner Author

The currrent docker image at docker.io/finanalyst/rakuast-rakudoc-render uses the latest Rakudo and so works out of the box

@dontlaugh
Copy link
Contributor

If you've only tried running rakudo-star:latest locally on the same computer you've been working on for the past few months, it may be the case that you simply have a stale image.

Here's what I get when I re-pull the image.

% podman pull docker.io/rakudo-star:latest 
Trying to pull docker.io/library/rakudo-star:latest...
Getting image source signatures
Copying blob 070c77848a5a done   | 
Copying blob 0a96bdb82805 done   | 
Copying blob 7aa8176e6d89 done   | 
Copying blob 54c7be425079 done   | 
Copying blob 1d7cff01b997 done   | 
Copying config b420452ed4 done   | 
Writing manifest to image destination
b420452ed4b48505f373339d2d6ead51a066ad207462c287c80742aba0893ae7
                                                                                                                                                                                                
% podman run -it docker.io/rakudo-star:latest 
Welcome to Rakudo™ Star v2024.12.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.12.

To exit type 'exit' or '^D'
[0] > 

You can pin to 2024.12, and also see other published image tags on Docker Hub https://hub.docker.com/_/rakudo-star/tags

That said, it is definitely worth it to have figured out a from source build from the ground up. Keep that Dockerfile around.

@finanalyst
Copy link
Owner Author

@dontlaugh ++ The test workflow seems to work well. It also highlights differences between the docker image and a raku-star latest.

I'm leaving this issue open for other early users

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

No branches or pull requests

2 participants