Skip to content

Kani: fix build environment#48

Open
xarantolus wants to merge 1 commit intomainfrom
fix/kani-config
Open

Kani: fix build environment#48
xarantolus wants to merge 1 commit intomainfrom
fix/kani-config

Conversation

@xarantolus
Copy link
Copy Markdown
Contributor

In the rewrite/scheduler branch, we set OSIRIS_STACKPAGES=1 in the cargo [env] section.

Since kani uses an older nightly version that does not support including config files, it does not pick up the action.

Let's put it into the justfile for now

In the rewrite/scheduler branch, we set OSIRIS_STACKPAGES=1 in the cargo [env] section.

Since kani uses an older nightly version that does not support including config files, it does not pick up the action.

Let's put it into the justfile for now
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Kani verification command to ensure OSIRIS_STACKPAGES=1 is applied during cargo kani runs, compensating for Kani’s older nightly not picking up the Cargo config environment setup.

Changes:

  • Prefixes the just verify recipe’s cargo kani invocation with OSIRIS_STACKPAGES=1 so CI and local runs use the intended build environment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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