Skip to content

Commit 8487690

Browse files
committed
Make it easier to not rebuild systemd every time
1 parent 75d82f5 commit 8487690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Copy cosign into place
4343
run: cp $HOME/.cosign/cosign .
4444
- name: Run mkosi
45-
run: mkosi --debug
45+
run: mkosi --debug --profile=build-systemd
4646
- name: Remove symlinks
4747
run: find out/ -type l -delete
4848
- name: Sign artifacts

mkosi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Config]
2-
Profiles=debug,misc,package-manager,runtime,cosign,syft,build-systemd
2+
Profiles=debug,misc,package-manager,runtime,cosign,syft
33

44
[Include]
55
Include=mkosi-tools

0 commit comments

Comments
 (0)