Skip to content

Commit 78bbcb7

Browse files
committed
ci: re-enable sort.py
It was disabled on commit df6ea88 ("merges, disable sort.py in profile checks temporarely, two more private-etc profiles", 2023-02-14). Currently all profiles are sorted and there are no ongoing `private-etc` changes, so it should be safe to re-enable. Note that the script is useful to catch sorting issues not only in `private-etc` but also in other commands, such as `seccomp`[1] [2]. This is a follow-up to netblue30#6070. Relates to netblue30#5610. [1] netblue30#6066 (comment) [2] netblue30#6067 (comment)
1 parent 7d05a6a commit 78bbcb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-profiles.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
run: ./ci/printenv.sh
4444
- run: python3 --version
4545

46-
# - name: sort.py
47-
# run: >
48-
# ./ci/check/profiles/sort.py
49-
# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
46+
- name: sort.py
47+
run: >
48+
./ci/check/profiles/sort.py
49+
etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
5050
# Currently broken (see #5610)
5151
# - name: private-etc-always-required.sh
5252
# run: >

0 commit comments

Comments
 (0)