Skip to content

Commit

Permalink
fix: remove old folders from ci (#4455)
Browse files Browse the repository at this point in the history
fix build binaries step
  • Loading branch information
stringhandler committed Aug 11, 2022
1 parent 0c062f3 commit 2c76031
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/base_node_binaries.yml
Expand Up @@ -191,12 +191,6 @@ jobs:
- name: Cache cargo files and outputs
uses: Swatinem/rust-cache@v1

- name: Compile collectibles GUI
run: |
cd applications/tari_collectibles/web-app
npm install
npm run build
# Fix me soon!
- name: Build rust binaries - hardcoded (linux-arm64)
if: ${{ matrix.builds.name == 'linux-arm64' }}
Expand Down Expand Up @@ -244,8 +238,6 @@ jobs:
"tari_console_wallet"
"tari_miner"
"tari_merge_mining_proxy"
"tari_validator_node"
"tari_collectibles"
)
for FILE in "${FILES[@]}"; do
if [ -f "$GITHUB_WORKSPACE/target/${{ matrix.builds.target }}/release/${FILE}${TBN_EXT}" ]; then
Expand Down Expand Up @@ -290,8 +282,6 @@ jobs:
"tari_console_wallet"
"tari_miner"
"tari_merge_mining_proxy"
"tari_validator_node"
"tari_collectibles"
)
for FILE in "${FILES[@]}"; do
codesign --options runtime --force --verify --verbose --timestamp --sign "Developer ID Application: $MACOS_APPLICATION_ID" "/tmp/tari_testnet/runtime/$FILE"
Expand Down

0 comments on commit 2c76031

Please sign in to comment.