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

factors: Add basic CI #2664

Merged
merged 5 commits into from
Jul 19, 2024
Merged

factors: Add basic CI #2664

merged 5 commits into from
Jul 19, 2024

Conversation

lann
Copy link
Collaborator

@lann lann commented Jul 19, 2024

No description provided.

This is a temporary hack while the factors branch CI is broken during
refactoring.

Signed-off-by: Lann Martin <[email protected]>
@lann lann changed the base branch from main to factors July 19, 2024 13:51
@@ -1,5 +1,5 @@
fn main() {
println!("cargo::rerun-if-changed=build.rs");
println!("cargo:rerun-if-changed=build.rs");
Copy link
Collaborator

Choose a reason for hiding this comment

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

If this line necessary? I believe I commented before that build.rs files automatically build if they're modified, but I'm not sure what the response to that was.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If you emit nothing then it rebuilds on any file changing.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah - I had somehow completely forgotten that that's the case...

crates/key-value/src/host_component.rs Outdated Show resolved Hide resolved
@lann lann force-pushed the factors-tests branch 2 times, most recently from 96f5932 to 384255a Compare July 19, 2024 14:31
@lann
Copy link
Collaborator Author

lann commented Jul 19, 2024

I gave up on getting spin-core tests passing in CI. YOU WIN THIS TIME GITHUB ACTIONS

@lann lann merged commit 7c6faed into fermyon:factors Jul 19, 2024
2 checks passed
@lann lann deleted the factors-tests branch July 19, 2024 16:04
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