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

Set up ksoroban/komet binary via kup/nix #30

Merged
merged 4 commits into from
Sep 3, 2024
Merged

Set up ksoroban/komet binary via kup/nix #30

merged 4 commits into from
Sep 3, 2024

Conversation

goodlyrottenapple
Copy link
Contributor

This PR sets up the nix infrastructure for adding ksoroban (soon komet) to kup. The functionality tested so far only includes running ksoroban test in one fo the contracts under src/tests/integration/data/soroban/contracts/.

To test this, run:

cd src/tests/integration/data/soroban/contracts/test_adder
nix shell
ksoroban test

or if you don't have the dependencies like rust/cargo/stellar-cli installed, do

cd src/tests/integration/data/soroban/contracts/test_adder
nix develop --command bash -c 'ksoroban test'

@goodlyrottenapple goodlyrottenapple changed the title Set up ksoroban binary via kup/nix Set up ksoroban/komet binary via kup/nix Aug 22, 2024
… on newer versions of nix, hence passing unfitered source as it will be filtered by poetry2nix anyway
@rv-jenkins rv-jenkins merged commit 3f0de7d into master Sep 3, 2024
3 checks passed
@rv-jenkins rv-jenkins deleted the sam/nix branch September 3, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants