Skip to content

Commit 4ab0d51

Browse files
andy-vmandy.peng
andauthored
Git submodule (#646)
* add azurelinux * remove specs * remove specs * restore gcc * add glibc * add golang * add Cython * update check manifests * update license map * remove Cython * update license map * update Makefile * update script * update license map * update check license map --------- Co-authored-by: andy.peng <[email protected]>
1 parent 708af64 commit 4ab0d51

File tree

4,926 files changed

+1449
-894803
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,926 files changed

+1449
-894803
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: |

.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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES-AND-NOTICES/SPECS/data/licenses.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,10 +2561,7 @@
25612561
"isert-signed",
25622562
"knem-modules-signed",
25632563
"libnvidia-container",
2564-
"mlnx-ethtool",
2565-
"mlnx-iproute2",
25662564
"mlnx-nfsrdma-signed",
2567-
"mlnx-tools",
25682565
"mlx-steering-dump",
25692566
"multiperf",
25702567
"nvidia-container-toolkit",

0 commit comments

Comments
 (0)