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

ci: fix --version not printing compile-time features #5147

Merged
merged 1 commit into from
May 17, 2022

Commits on May 17, 2022

  1. ci: fix --version not printing compile-time features

    Currently, when running on CI, `firejail --version` only prints the
    following line:
    
        firejail version 0.9.69
    
    Add a new print_version() function that always prints both the above and
    the compile-time options (like it is done outside of CI) and call it in
    both of the places that handle --version on main.c.
    
    Misc: The printing of compile-time features was added on commit
    48dd1fb ("apparmor", 2016-08-02).
    kmk3 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    78aaed1 View commit details
    Browse the repository at this point in the history