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

nixify ci #28

Merged
merged 6 commits into from
Jun 8, 2022
Merged

nixify ci #28

merged 6 commits into from
Jun 8, 2022

Commits on May 31, 2022

  1. flake: use nh-nix-env

    mhuesch committed May 31, 2022
    Configuration menu
    Copy the full SHA
    934eda8 View commit details
    Browse the repository at this point in the history
  2. bump for new shell params

    mhuesch committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1fc41ff View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. bump deps in order to make cargo test build

    it builds & runs, however fails with:
    
    ```
    Running tests/simple.rs (target/debug/deps/simple-43fcfc5114379d5a)
    /home/mhueschen/projects/social_sensemaker/target/debug/deps/simple-43fcfc5114379d5a: symbol lookup error: /nix/store/qjgj2642srlbr59wwdihnn66sw97ming-glibc-2.33-123/lib/libpthread.so.0: undefined symbol: __libc_siglongjmp, version GLIBC_PRIVATE
    ```
    
    I believe sweettest does some sort of runtime provisioning of stuff, so
    maybe that's why we have the issue at test-runtime, but we are able to
    build things successfully...
    mhuesch committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    77df6d7 View commit details
    Browse the repository at this point in the history
  2. add github CI file

    run `cargo test` on both ubunto & macos.
    mhuesch committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    9939801 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. ci: don't fail fast

    mhuesch committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d925599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfea92 View commit details
    Browse the repository at this point in the history