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

Package rust and ocaml with nix #25

Merged
merged 3 commits into from Sep 24, 2022
Merged

Package rust and ocaml with nix #25

merged 3 commits into from Sep 24, 2022

Conversation

ulrikstrid
Copy link
Contributor

@ulrikstrid ulrikstrid commented Sep 23, 2022

Usage:
nix build .#tuna to build OCaml parts
nix build .#vm_library to build rust parts

I'm seeing this when building thew vm_library:

failures:

---- get_balance stdout ----
thread 'get_balance' panicked at 'Lazy instance has previously been poisoned', /build/vm_library-1.0.0-vendor.tar.gz/once_cell/src/lib.rs:741:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- get_allowance stdout ----
thread 'get_allowance' panicked at 'Lazy instance has previously been poisoned', /build/vm_library-1.0.0-vendor.tar.gz/once_cell/src/lib.rs:741:25


failures:
    get_allowance
    get_balance

test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

error: test failed, to rerun pass '--test fa12'

@pkhry pkhry merged commit f5963fa into main Sep 24, 2022
@ulrikstrid ulrikstrid deleted the ulrikstrid--nix-packaging branch September 24, 2022 12:52
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.

None yet

2 participants