mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
Revert "update(build): disable musl builds"
This reverts commit 30df5738a5
.
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
d7792acdf3
commit
e652d7fc85
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -48,16 +48,14 @@ jobs:
|
|||||||
test-dev-packages:
|
test-dev-packages:
|
||||||
needs: [fetch-version, build-dev-packages-sanitizers-x86_64]
|
needs: [fetch-version, build-dev-packages-sanitizers-x86_64]
|
||||||
uses: ./.github/workflows/reusable_test_packages.yaml
|
uses: ./.github/workflows/reusable_test_packages.yaml
|
||||||
# The musl build job is currently disabled because we link libelf dynamically and it is
|
strategy:
|
||||||
# not possible to dynamically link with musl
|
fail-fast: false
|
||||||
# strategy:
|
matrix:
|
||||||
# fail-fast: false
|
static: ["static", ""]
|
||||||
# matrix:
|
|
||||||
# static: ["static", ""]
|
|
||||||
with:
|
with:
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
sanitizers: true
|
sanitizers: true
|
||||||
# static: ${{ matrix.static != '' && true || false }}
|
static: ${{ matrix.static != '' && true || false }}
|
||||||
version: ${{ needs.fetch-version.outputs.version }}
|
version: ${{ needs.fetch-version.outputs.version }}
|
||||||
|
|
||||||
test-dev-packages-arm64:
|
test-dev-packages-arm64:
|
||||||
|
12
.github/workflows/master.yaml
vendored
12
.github/workflows/master.yaml
vendored
@ -31,15 +31,13 @@ jobs:
|
|||||||
test-dev-packages:
|
test-dev-packages:
|
||||||
needs: [fetch-version, build-dev-packages]
|
needs: [fetch-version, build-dev-packages]
|
||||||
uses: ./.github/workflows/reusable_test_packages.yaml
|
uses: ./.github/workflows/reusable_test_packages.yaml
|
||||||
# The musl build job is currently disabled because we link libelf dynamically and it is
|
strategy:
|
||||||
# not possible to dynamically link with musl
|
fail-fast: false
|
||||||
# strategy:
|
matrix:
|
||||||
# fail-fast: false
|
static: ["static", ""]
|
||||||
# matrix:
|
|
||||||
# static: ["static", ""]
|
|
||||||
with:
|
with:
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
# static: ${{ matrix.static != '' && true || false }}
|
static: ${{ matrix.static != '' && true || false }}
|
||||||
version: ${{ needs.fetch-version.outputs.version }}
|
version: ${{ needs.fetch-version.outputs.version }}
|
||||||
|
|
||||||
test-dev-packages-arm64:
|
test-dev-packages-arm64:
|
||||||
|
13
.github/workflows/release.yaml
vendored
13
.github/workflows/release.yaml
vendored
@ -69,16 +69,13 @@ jobs:
|
|||||||
test-packages:
|
test-packages:
|
||||||
needs: [release-settings, build-packages]
|
needs: [release-settings, build-packages]
|
||||||
uses: ./.github/workflows/reusable_test_packages.yaml
|
uses: ./.github/workflows/reusable_test_packages.yaml
|
||||||
|
strategy:
|
||||||
# The musl build job is currently disabled because we link libelf dynamically and it is
|
fail-fast: false
|
||||||
# not possible to dynamically link with musl
|
matrix:
|
||||||
# strategy:
|
static: ["static", ""]
|
||||||
# fail-fast: false
|
|
||||||
# matrix:
|
|
||||||
# static: ["static", ""]
|
|
||||||
with:
|
with:
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
# static: ${{ matrix.static != '' && true || false }}
|
static: ${{ matrix.static != '' && true || false }}
|
||||||
version: ${{ github.event.release.tag_name }}
|
version: ${{ github.event.release.tag_name }}
|
||||||
|
|
||||||
test-packages-arm64:
|
test-packages-arm64:
|
||||||
|
@ -117,12 +117,10 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
${{ github.workspace }}/build/falco-*.rpm
|
${{ github.workspace }}/build/falco-*.rpm
|
||||||
|
|
||||||
# The musl build job is currently disabled because we link libelf dynamically and it is
|
|
||||||
# not possible to dynamically link with musl
|
|
||||||
build-musl-package:
|
build-musl-package:
|
||||||
# x86_64 only for now
|
# x86_64 only for now
|
||||||
# if: ${{ inputs.arch == 'x86_64' }}
|
if: ${{ inputs.arch == 'x86_64' }}
|
||||||
if: false
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: alpine:3.17
|
container: alpine:3.17
|
||||||
steps:
|
steps:
|
||||||
|
@ -65,10 +65,7 @@ jobs:
|
|||||||
name: falco-${{ inputs.version }}-aarch64.tar.gz
|
name: falco-${{ inputs.version }}-aarch64.tar.gz
|
||||||
path: /tmp/falco-build-bin
|
path: /tmp/falco-build-bin
|
||||||
|
|
||||||
# The musl build job is currently disabled because we link libelf dynamically and it is
|
|
||||||
# not possible to dynamically link with musl
|
|
||||||
- name: Download static binary x86_64
|
- name: Download static binary x86_64
|
||||||
if: false
|
|
||||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
||||||
with:
|
with:
|
||||||
name: falco-${{ inputs.version }}-static-x86_64.tar.gz
|
name: falco-${{ inputs.version }}-static-x86_64.tar.gz
|
||||||
@ -103,10 +100,7 @@ jobs:
|
|||||||
./scripts/publish-bin -f /tmp/falco-build-bin/falco-${{ inputs.version }}-x86_64.tar.gz -r bin${{ inputs.bucket_suffix }} -a x86_64
|
./scripts/publish-bin -f /tmp/falco-build-bin/falco-${{ inputs.version }}-x86_64.tar.gz -r bin${{ inputs.bucket_suffix }} -a x86_64
|
||||||
./scripts/publish-bin -f /tmp/falco-build-bin/falco-${{ inputs.version }}-aarch64.tar.gz -r bin${{ inputs.bucket_suffix }} -a aarch64
|
./scripts/publish-bin -f /tmp/falco-build-bin/falco-${{ inputs.version }}-aarch64.tar.gz -r bin${{ inputs.bucket_suffix }} -a aarch64
|
||||||
|
|
||||||
# The musl build job is currently disabled because we link libelf dynamically and it is
|
|
||||||
# not possible to dynamically link with musl
|
|
||||||
- name: Publish static
|
- name: Publish static
|
||||||
if: false
|
|
||||||
run: |
|
run: |
|
||||||
./scripts/publish-bin -f /tmp/falco-build-bin-static/falco-${{ inputs.version }}-static-x86_64.tar.gz -r bin${{ inputs.bucket_suffix }} -a x86_64
|
./scripts/publish-bin -f /tmp/falco-build-bin-static/falco-${{ inputs.version }}-static-x86_64.tar.gz -r bin${{ inputs.bucket_suffix }} -a x86_64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user