Skip to content

Commit fc9239e

Browse files
committed
reprotest
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent 60d5f4d commit fc9239e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/reprotest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Install mkosi
2424
run: |
2525
sudo apt-get update && sudo apt-get install -y debian-archive-keyring
26-
sudo -H pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
26+
pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
2727
2828
- name: Build image
2929
run: |
30-
sudo mkosi --force -I buildernet.conf
30+
mkosi --force -I buildernet.conf
3131
3232
- name: Calculate SHA256
3333
id: sha256

mkosi.images/base/mkosi.build.d/11-kernel-make.sh.chroot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ for FLAVOR in "${FLAVORS[@]}"; do
4747
export KBUILD_BUILD_HOST="mkosi"
4848
export KBUILD_BUILD_USER="mkosi"
4949
export LOCALVERSION="${LOCALVERSION:-}-mkosi-$FLAVOR"
50+
rm -f "$FLAVOR_BUILDDIR/.version"
5051

5152
make O="$FLAVOR_BUILDDIR" olddefconfig
5253
make O="$FLAVOR_BUILDDIR" bindeb-pkg

0 commit comments

Comments
 (0)