File tree Expand file tree Collapse file tree 10 files changed +26
-2
lines changed
scripts/ufbt/project_template/app_template/.github/workflows Expand file tree Collapse file tree 10 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ permissions: write-all
1717jobs :
1818 main :
1919 runs-on : ubuntu-latest
20+ container :
21+ options : --user root
2022 strategy :
2123 fail-fast : false
2224 matrix :
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permissions: write-all
1212jobs :
1313 compact :
1414 runs-on : ubuntu-latest
15+ container :
16+ options : --user root
1517 strategy :
1618 fail-fast : false
1719 matrix :
8486# needs: [compact]
8587# if: always() && !contains(needs.*.result, 'failure')
8688# runs-on: ubuntu-latest
87- # steps:
88- # - run: echo "All good ✨" ;
89+ # container:
90+ # options: --user root
91+ # steps:
92+ # - run: echo "All good ✨" ;
Original file line number Diff line number Diff line change 1515 check-secret :
1616 if : ${{ github.event.pull_request.head.repo.fork == false }}
1717 runs-on : ubuntu-latest
18+ container :
19+ options : --user root
1820 outputs :
1921 s3-valid-config : ${{ steps.check.outputs.s3-valid-config }}
2022
3133 doxygen :
3234 if : ${{ github.event.pull_request.head.repo.fork == false }}
3335 runs-on : ubuntu-latest
36+ container :
37+ options : --user root
3438 needs : check-secret
3539 steps :
3640 - name : ' Wipe workspace'
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ permissions: write-all
1111jobs :
1212 lint_sources_check_submodules :
1313 runs-on : ubuntu-latest
14+ container :
15+ options : --user root
1416 steps :
1517 - name : ' Wipe workspace'
1618 run : find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permissions: write-all
1212jobs :
1313 merge_report :
1414 runs-on : ubuntu-latest
15+ container :
16+ options : --user root
1517 steps :
1618 - name : ' Wipe workspace'
1719 run : find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Original file line number Diff line number Diff line change 1717 analyse_c_cpp :
1818 if : ${{ !github.event.pull_request.head.repo.fork }}
1919 runs-on : ubuntu-latest
20+ container :
21+ options : --user root
2022 steps :
2123 - name : ' Wipe workspace'
2224 run : find ./ -mount -maxdepth 1 -exec rm -rf {} \;
Original file line number Diff line number Diff line change 99 reindex :
1010 name : ' Post-release hooks'
1111 runs-on : ubuntu-latest
12+ container :
13+ options : --user root
1214 steps :
1315 - name : ' Checkout code'
1416 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permissions: write-all
1212jobs :
1313 run_units_on_bench :
1414 runs-on : ubuntu-latest
15+ container :
16+ options : --user root
1517 steps :
1618 - name : Checkout code
1719 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permissions: write-all
1212jobs :
1313 test_updater_on_bench :
1414 runs-on : ubuntu-latest
15+ container :
16+ options : --user root
1517 steps :
1618 - name : Checkout code
1719 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1616jobs :
1717 ufbt-build :
1818 runs-on : ubuntu-latest
19+ container :
20+ options : --user root
1921 strategy :
2022 matrix :
2123 include :
You can’t perform that action at this time.
0 commit comments