Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/hermit-os/kernel.git. Pull mirroring updated .
  1. May 12, 2022
  2. Mar 26, 2022
  3. Mar 23, 2022
  4. Dec 05, 2021
    • Martin Kröning's avatar
      Upgrade toolchain channel to nightly-2021-10-20 · a8a788d6
      Martin Kröning authored
      CI: Explicitly set build-std without std
      Else, cargo unifies with rusty-hermit's outer .cargo/config.toml and
      tries to build std for the kernel, which fails with:
      
      error[E0432]: unresolved import `crate::sys::hermit::thread_local_dtor`
       --> /home/mkroening/.rustup/toolchains/nightly-2021-10-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/hermit/thread.rs:9:25
        |
      9 | use crate::sys::hermit::thread_local_dtor::run_dtors;
        |                         ^^^^^^^^^^^^^^^^^ could not find `thread_local_dtor` in `hermit`
      
      error[E0432]: unresolved import `crate::sys::hermit::thread_local_dtor`
         --> /home/mkroening/.rustup/toolchains/nightly-2021-10-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/hermit/mod.rs:122:29
          |
      122 |     use crate::sys::hermit::thread_local_dtor::run_dtors;
          |                             ^^^^^^^^^^^^^^^^^ could not find `thread_local_dtor` in `hermit`
      a8a788d6
  5. Nov 24, 2021
  6. Nov 07, 2021
  7. Jun 23, 2021
  8. Jun 11, 2021
  9. May 28, 2021
  10. Apr 26, 2021
  11. Jan 24, 2021
  12. Nov 24, 2020
  13. Nov 23, 2020
  14. Oct 27, 2020
  15. Sep 14, 2020
  16. Sep 11, 2020
    • Jonathan Schwender's avatar
      Introduce integration tests · 297eb8bd
      Jonathan Schwender authored
      Adds an initial version of integration tests. The tests are located in
      the top level of the 'tests' directory. Integration tests are executed via
      the hermit_test_runner.py script, which can use either uhyve or qemu to execute
      the tests.
      In this initial version, using the test_harness is deactivated.
      297eb8bd
  17. Mar 23, 2020
  18. Mar 18, 2020
  19. Dec 16, 2019
Loading