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

snap-confine: Support biarch Linux distribution confinement #3976

Merged
merged 2 commits into from
Oct 30, 2017

Conversation

ikeydoherty
Copy link
Contributor

This change enhances the biarch (i.e. non multiarch using multilib)
confinement to ensure the dominant architecture directories are recognised
for module mount locations and the "Arch" style (biarch.) of GL symlink
farm mounting will function correctly.

Signed-off-by: Ikey Doherty [email protected]

This change enhances the biarch (i.e. non multiarch using multilib)
confinement to ensure the dominant architecture directories are recognised
for module mount locations and the "Arch" style (biarch.) of GL symlink
farm mounting will function correctly.

Signed-off-by: Ikey Doherty <[email protected]>
Copy link
Contributor

@zyga zyga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two changes here (more lib directory names and confined OpenGL symlink farm) but that is okay.

LGTM

@ikeydoherty
Copy link
Contributor Author

TBH I'm trying to stop your build servers from crapping their pants running CI - and these two are so closely related it didn't seem to make sense to me to split them up

@zyga
Copy link
Contributor

zyga commented Sep 28, 2017

There's a trivial conflict to resolve @ikeydoherty

@ikeydoherty
Copy link
Contributor Author

@zyga ya I know, a PR pushed after this one was merged, I'll have to redo it.

@codecov-io
Copy link

codecov-io commented Sep 29, 2017

Codecov Report

Merging #3976 into master will increase coverage by 2.26%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3976      +/-   ##
==========================================
+ Coverage   75.88%   78.15%   +2.26%     
==========================================
  Files         431      436       +5     
  Lines       36913    40130    +3217     
==========================================
+ Hits        28012    31363    +3351     
+ Misses       6948     6753     -195     
- Partials     1953     2014      +61
Impacted Files Coverage Δ
interfaces/builtin/all.go 77.77% <0%> (-22.23%) ⬇️
cmd/snap/cmd_prepare_image.go 39.13% <0%> (-2.98%) ⬇️
snap/info.go 85.75% <0%> (-2.54%) ⬇️
cmd/snap/cmd_download.go 5.47% <0%> (-0.78%) ⬇️
snap/snapenv/snapenv.go 96.42% <0%> (-0.68%) ⬇️
interfaces/core.go 96.61% <0%> (-0.66%) ⬇️
cmd/snap/cmd_buy.go 79.26% <0%> (-0.45%) ⬇️
overlord/hookstate/ctlcmd/stop.go 100% <0%> (ø) ⬆️
cmd/snap/cmd_shell.go 0% <0%> (ø) ⬆️
overlord/hookstate/ctlcmd/restart.go 100% <0%> (ø) ⬆️
... and 72 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d4f12c...9a012dd. Read the comment docs.

@zyga zyga merged commit c7de538 into canonical:master Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants