Skip to content

Commit

Permalink
update basic cli arm64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Nov 21, 2023
1 parent 2afd9ca commit 4366d1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/basic_cli_test_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
workflow_dispatch:
pull_request:

# this cancels workflows currently in progress if you start a new one
concurrency:
Expand Down Expand Up @@ -45,10 +46,13 @@ jobs:
- name: Remove roc_nightly folder to keep things simple (we'll download it again later)
run: rm -rf roc_nightly

- name: Get the examples of the latest basic-cli release
run: ./ci/get_latest_release_examples.sh
- name: Get the repo of the latest basic-cli release
run: |
mkdir basic-cli
cd basic-cli
./ci/get_latest_release_git_files.sh
- name: Run all tests with latest roc nightly and latest basic-cli release
run: |
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
ROC=./roc_nightly/roc EXAMPLES_DIR=./latest-release-examples/ ./ci/test_latest_release.sh
ROC=./roc_nightly/roc EXAMPLES_DIR=./basic-cli/examples/ ./ci/test_latest_release.sh
2 changes: 1 addition & 1 deletion .github/workflows/basic_webserver_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Download the previously uploaded roc_nightly archives
uses: actions/download-artifact@v3

- name: build basic-webserver with surgical linker and also with legacy linker
- name: build basic-webserver with legacy linker
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
run: ./ci/build_basic_webserver.sh linux_x86_64 "--linker legacy"
Expand Down

0 comments on commit 4366d1f

Please sign in to comment.