Skip to content

Conversation

tuffnatty
Copy link

No description provided.

@@ -6,12 +6,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
nim:
- stable
- devel --latest

Choose a reason for hiding this comment

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

devel is supposed to be good enough of which the binary is built everyday. devel --latest might be slower since it builds from source.

@@ -6,12 +6,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
nim:
- stable

Choose a reason for hiding this comment

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

The fix hasn't merged in stable yet, so might drop this matrix for now

Copy link

Choose a reason for hiding this comment

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

Is it merged now?

@tuffnatty
Copy link
Author

tuffnatty commented Feb 2, 2023

Ok, basically it was only a tool to show that stable is broken and devel --latest is working at the moment. I did not perceive the workflow as a tool to build any end-user binary... does it? It does not seem so; and for testing, IMHO, we want to cover both stable and bleeding edge Nim versions.

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.

3 participants