Skip to content

Commit fb7e636

Browse files
authored
Merge branch 'main' into private/mlinkiew/scripts-optimizing-and-minimizing
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
2 parents 069a94b + 17c8f76 commit fb7e636

File tree

98 files changed

+3539
-5156
lines changed

Some content is hidden

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

98 files changed

+3539
-5156
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/configs/hadolint.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-baremetal-ubuntu
1+
name: Base Build
22

33
on:
44
push:
@@ -99,22 +99,8 @@ jobs:
9999
with:
100100
name: mcm-build
101101
path: |
102-
'${{ env.BUILD_DIR }}/mcm/bin/*'
103-
'${{ env.BUILD_DIR }}/mcm/lib/*'
104-
- name: 'Scanner: Send to VirusTotal for analysis'
105-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
106-
id: vt
107-
uses: cssnr/virustotal-action@331c320c79202fdaa7a30f16163390f8d09c3f45 # v1.2.0
108-
with:
109-
github_token: ${{ secrets.GITHUB_TOKEN }}
110-
vt_api_key: ${{ secrets.VT_API_KEY }}
111-
file_globs: |
112-
_build/mcm/lib/*.so*
113-
_build/mcm/bin/*
114-
_install/usr/local/sbin/*
115-
_build/ffmpeg-6-1/ffmpeg
116-
_build/ffmpeg-7-0/ffmpeg
117-
- name: 'Scanner: Print scan results'
118-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
119-
id: vt-out
120-
run: echo ${{ steps.vt.outputs.results }}
102+
${{ env.BUILD_DIR }}/mcm/bin/media_proxy
103+
${{ env.BUILD_DIR }}/mcm/bin/mesh-agent
104+
${{ env.BUILD_DIR }}/mcm/lib/libmcm_dp.so.*
105+
${{ env.BUILD_DIR }}/ffmpeg-6-1/ffmpeg
106+
${{ env.BUILD_DIR }}/ffmpeg-7-0/ffmpeg

0 commit comments

Comments
 (0)