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

Add a landing page for the documentation #110

Merged
merged 3 commits into from
Jul 4, 2023
Merged

Commits on Jul 3, 2023

  1. docs: Add a landing page for the documentation

    To make thinks shiny and cool, add a landing page instead of using the
    Sphinx index page.
    
    Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
    pablogsal committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b72b219 View commit details
    Browse the repository at this point in the history
  2. Run also the test when only the "docs" folder is updated

    This was preenting us to get the required checks in PRs only when docs
    are updated.
    
    Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
    pablogsal committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f22c476 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Fix tests in arch Linux

    In the latest iteration of the arch Linux container, we need to also
    deactivate seccomp to be able to run `gcore` and `ptrace` in the
    container.
    
    In addition to that, seems that the new libc is too optimized and some
    of our tests are too strict over the number of native frames that must
    be present in pthread-based threads, so we need to be a bit more
    permissive.
    
    Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
    pablogsal committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a3742b0 View commit details
    Browse the repository at this point in the history