Skip to content

Commit

Permalink
Fix build failling.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeTabouret committed May 19, 2024
1 parent a279595 commit 9294bc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ fi

# Install conflicted packages to resolve dependencies
if [[ "${#CONFLICTED_PACKAGES[@]}" -gt 0 ]]; then
rpm-ostree install ${CONFLICTED_PACKAGES[@]}
rpm-ostree override replace \
--experimental \
--from repo=updates \
${CONFLICTED_PACKAGES[@]} || true
fi

# check if any excluded packages are still present
Expand Down
4 changes: 1 addition & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
},
"conflictedpackages": {
"up": [
"steam",
"libvirt",
"mesa-libEGL.i686"
"steam"
]
},
"exclude": {
Expand Down

0 comments on commit 9294bc5

Please sign in to comment.