Skip to content

Commit

Permalink
solbuild: call ypkg-install-deps w/ --eopkg-cmd arg
Browse files Browse the repository at this point in the history
By default, this will be eopkg.bin, which in turn means that the solbuild
images should be built w/eopkg.bin, so the FilesDB doesn't continuously
get rebuilt on solbuild build invocations due to the new eopkg FilesDB
auto-upgrade code.

The end result is that we will no longer be using eopkg.py2 in our build
pipeline. Yay.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Oct 16, 2024
1 parent 8fc0401 commit 45ddf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s/solbuild/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name : solbuild
version : 1.7.0
release : 55
source :
- git|https://github.com/getsolus/solbuild.git : 39c0bf58b0c72ca6a626ae383e9e5fe73cd7976b
- git|https://github.com/getsolus/solbuild.git : 7eb6c7d8ba0783cf2715b7b66fca0eb899b45f74
homepage : https://github.com/getsolus/solbuild
license : Apache-2.0
component :
Expand Down

0 comments on commit 45ddf1f

Please sign in to comment.