Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
....
Signed-off-by: Gianmatteo Palmieri <[email protected]>
  • Loading branch information
mrgian committed Oct 8, 2024
1 parent 558e797 commit bb15400
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
skeleton_builder_image: ${{ (steps.builder-files.outputs.any_changed == 'true') && steps.get-new-skeleton-builder.outputs.skeleton_builder_image || env.SKEL_BUILDER_DEV }}

build-skeleton-sysdig-linux-amd64:
if: false
needs: builder
runs-on: ubuntu-latest
container:
Expand All @@ -112,6 +113,7 @@ jobs:
key: build-skeleton-${{ github.run_id }}

build-sysdig-linux-amd64:
if: false
needs: [builder,build-skeleton-sysdig-linux-amd64]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -158,6 +160,7 @@ jobs:
/build/release/sysdig-*.tar.gz
build-sysdig-linux-arm64:
if: false
needs: builder
env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -235,22 +238,21 @@ jobs:
name: build-sysdig-other-amd64
strategy:
matrix:
os: [windows-latest, macos-13]
os: [windows-latest]
include:
- os: windows-latest
artifact_name: win
artifact_ext: exe
- os: macos-13
artifact_name: osx
artifact_ext: dmg
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Sysdig
uses: actions/checkout@v3
- name: Build
run: |
mkdir -p build
cd build && cmake -Wno-dev ..
cd build
git clone -b plugin-api-metrics-win-test https://github.com/mrgian/libs.git mrgian-libs
cmake -DFALCOSECURITY_LIBS_SOURCE_DIR="D:/a/sysdig/sysdig/build/mrgian-libs" -Wno-dev ..
cmake --build . --target package --config Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand All @@ -260,6 +262,7 @@ jobs:
build/sysdig-*.${{ matrix.artifact_ext }}
build-sysdig-others-arm64:
if: false
name: build-sysdig-other-arm64
strategy:
matrix:
Expand Down

0 comments on commit bb15400

Please sign in to comment.