enable binfmt_misc related code again
author백종민/Tizen Platform Lab(SR)/삼성전자 <jm0829.baek@samsung.com>
Wed, 5 Jul 2023 06:20:50 +0000 (15:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 5 Jul 2023 06:20:50 +0000 (15:20 +0900)
.github/workflows/gbs-build-p4.yml

index 48c58c4..c289854 100644 (file)
@@ -48,6 +48,14 @@ jobs:
           command: sync
           arguments: -f
 
+      - name: Check binfmt_misc
+        run: |
+          ls -al /proc/sys/fs/binfmt_misc/
+
+      - name: Switching off default binfmt_misc handlers
+        run: |
+          find /proc/sys/fs/binfmt_misc/ -not -name status -not -name register -type f -exec sh -c "echo -1 | sudo tee {}" \;
+
       # VD TrackRenderer DEV is built first for the ESPP repository build, to avoid compile error due to header dependency.
       # Since it is not github repostiory code, temporal git setting is required. (otherwise, gbs build will not work for TrackRenderer)
       - name: Build TrackRenderer