diff --git a/.github/workflows/build_binaries.json b/.github/workflows/build_binaries.json index 62e3bb2c6..f8a5229f0 100644 --- a/.github/workflows/build_binaries.json +++ b/.github/workflows/build_binaries.json @@ -6,7 +6,7 @@ "target": "x86_64-unknown-linux-gnu", "cross": false, "target_cpu": "x86-64", - "features": "safe" + "features": "" }, { "name": "linux-arm64", @@ -16,7 +16,7 @@ "cross": false, "target_cpu": "generic", "target_bins": "--bin tari_dan_wallet_cli --bin tari_dan_wallet_daemon --bin tari_indexer --bin tari_validator_node --bin tari_signaling_server", - "features": "safe" + "features": "" }, { "name": "macos-x86_64", @@ -25,7 +25,7 @@ "target": "x86_64-apple-darwin", "cross": false, "target_cpu": "x86-64", - "features": "safe" + "features": "" }, { "name": "macos-arm64", @@ -34,7 +34,7 @@ "target": "aarch64-apple-darwin", "cross": true, "target_cpu": "generic", - "features": "safe" + "features": "" }, { "name": "windows-x64", @@ -44,7 +44,7 @@ "cross": false, "target_cpu": "x86-64", "target_bins": "--bin tari_dan_wallet_cli --bin tari_dan_wallet_daemon --bin tari_indexer --bin tari_validator_node --bin tari_signaling_server", - "features": "safe" + "features": "" }, { "name": "windows-arm64", @@ -53,7 +53,7 @@ "target": "aarch64-pc-windows-msvc", "cross": false, "target_cpu": "generic", - "features": "safe", + "features": "", "build_enabled": false } ]