Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .github/workflows/check-license-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
- name: Get Python dependencies
run: python3 -m pip install python-rpm-spec

- name: Copy Azure Linux rpm
run: |
echo ##########
echo "Copy Azure Linux rpm"
echo ##########
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
shell: bash

- name: Run license map checking script
run: |
python3 ./toolkit/scripts/license_map.py \
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/check-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
with:
persist-credentials: false

- name: Copy Azure Linux rpm
run: |
echo ##########
echo "Copy Azure Linux rpm"
echo ##########
toolkit/scripts/toolchain/toolchain_update_git_submodule.sh
shell: bash

# This PR runner uses an older Ubuntu with rpm version 4.17, which doesn't understand some newer macros like %bcond
- name: Define missing rpm macros
run: |
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "azurelinux"]
path = azurelinux
url = https://github.com/microsoft/azurelinux
2 changes: 1 addition & 1 deletion LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions LICENSES-AND-NOTICES/SPECS/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2561,10 +2561,7 @@
"isert-signed",
"knem-modules-signed",
"libnvidia-container",
"mlnx-ethtool",
"mlnx-iproute2",
"mlnx-nfsrdma-signed",
"mlnx-tools",
"mlx-steering-dump",
"multiperf",
"nvidia-container-toolkit",
Expand Down
Loading
Loading