Skip to content

Commit

Permalink
remove safe feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jul 10, 2023
1 parent 9d626e0 commit 1876208
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_binaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"target": "x86_64-unknown-linux-gnu",
"cross": false,
"target_cpu": "x86-64",
"features": "safe"
"features": ""
},
{
"name": "linux-arm64",
Expand All @@ -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",
Expand All @@ -25,7 +25,7 @@
"target": "x86_64-apple-darwin",
"cross": false,
"target_cpu": "x86-64",
"features": "safe"
"features": ""
},
{
"name": "macos-arm64",
Expand All @@ -34,7 +34,7 @@
"target": "aarch64-apple-darwin",
"cross": true,
"target_cpu": "generic",
"features": "safe"
"features": ""
},
{
"name": "windows-x64",
Expand All @@ -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",
Expand All @@ -53,7 +53,7 @@
"target": "aarch64-pc-windows-msvc",
"cross": false,
"target_cpu": "generic",
"features": "safe",
"features": "",
"build_enabled": false
}
]

0 comments on commit 1876208

Please sign in to comment.