Skip to content

Commit c22bfd4

Browse files
andy-vmandy.peng
andauthored
Git submodule - NEXT (#777)
* add submodule * update licenses map * update submodule * add libseccomp --------- Co-authored-by: andy.peng <andypeng@pglgull002.png.intel.com>
1 parent c95c396 commit c22bfd4

File tree

4,914 files changed

+1475
-895092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,914 files changed

+1475
-895092
lines changed

.github/workflows/check-license-map.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
- name: Get Python dependencies
3737
run: python3 -m pip install python-rpm-spec
3838

39+
- name: Copy Azure Linux rpm
40+
run: |
41+
echo ##########
42+
echo "Copy Azure Linux rpm"
43+
echo ##########
44+
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
45+
shell: bash
46+
3947
- name: Run license map checking script
4048
run: |
4149
python3 ./toolkit/scripts/license_map.py \

.github/workflows/check-manifests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28+
- name: Copy Azure Linux rpm
29+
run: |
30+
echo ##########
31+
echo "Copy Azure Linux rpm"
32+
echo ##########
33+
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
34+
shell: bash
35+
2836
# This PR runner uses an older Ubuntu with rpm version 4.17, which doesn't understand some newer macros like %bcond
2937
- name: Define missing rpm macros
3038
run: |

.github/workflows/check-package-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
- name: Prepare the build environment
128128
if: ${{ matrix.build-prep != '' }}
129129
run: |
130+
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
130131
set -euo pipefail
131132
132133
${{ matrix.build-prep }}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "azurelinux"]
2+
path = azurelinux
3+
url = https://github.com/microsoft/azurelinux

LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)