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

Debug Linux CI #183

Merged
merged 6 commits into from
Sep 9, 2023
Merged

Debug Linux CI #183

merged 6 commits into from
Sep 9, 2023

Commits on Sep 9, 2023

  1. Debug Linux CI

    [ci skip]
    gaborcsardi committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    05b25f7 View commit details
    Browse the repository at this point in the history
  2. Linux build: recreate group with gid

    Otherwise there is a 'rigbuild' group with the
    wrong gid, because adduser also creates a group
    with the same name.
    
    [ci skip]
    gaborcsardi committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5589f12 View commit details
    Browse the repository at this point in the history
  3. Simplify Docker entry point

    To keep the uid and gid of the files.
    
    [ci skip]
    gaborcsardi committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c98d5f0 View commit details
    Browse the repository at this point in the history
  4. Another approach, do not user usermod

    usermod seems to go over the disk to change the uid of the
    files, which takes long, so we don't do it.
    
    [ci skip]
    gaborcsardi committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    6c42507 View commit details
    Browse the repository at this point in the history
  5. Linux: read profile for new user

    To set up cargo, etc.
    
    [ci skip]
    gaborcsardi committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    d960385 View commit details
    Browse the repository at this point in the history
  6. Linux build: need to set wd of login shell

    [ci skip]
    gaborcsardi committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    45ae236 View commit details
    Browse the repository at this point in the history