Skip to content

Conversation

jberthold
Copy link
Member

@jberthold jberthold commented Sep 26, 2025

This was tested in CI using another manually-dispatched workflow: https://github.com/runtimeverification/solana-token/actions/runs/18034328235/job/51318032661
Speed on the public runners is ... 🐌 but the technical hurdles are explored for a start.

@jberthold jberthold force-pushed the preliminary-CI-setup branch 2 times, most recently from 8e082ef to 41cd351 Compare September 26, 2025 05:44
@jberthold jberthold marked this pull request as ready for review September 26, 2025 10:18
Comment on lines +99 to +100
sleep 3600
sleep 10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of these sleep commands?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sleep 3600 is what the started container executes in the background. The further steps in the job use docker exec to execute a command in the running container.
sleep 10 is a technicality, waiting for the container to be properly set up because its start-up script (entrypoint) adjusts file ownerships, which may take a few seconds.

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.

2 participants