mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-06 08:22:38 +07:00
chore: remove printk in releases
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -100,6 +100,7 @@ jobs:
|
|||||||
mkdir -p ./build/
|
mkdir -p ./build/
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
export GOFLAGS="-trimpath -modcacherw"
|
export GOFLAGS="-trimpath -modcacherw"
|
||||||
|
export CFLAGS="-D__REMOVE_BPF_PRINTK"
|
||||||
export OUTPUT=build/dae-$ASSET_NAME
|
export OUTPUT=build/dae-$ASSET_NAME
|
||||||
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
||||||
make
|
make
|
||||||
|
Reference in New Issue
Block a user