mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
remove debug changes
This commit is contained in:
parent
ca80e485ee
commit
6ca52e7fea
3 changed files with 15 additions and 22 deletions
33
.github/workflows/basic_cli_test_arm64.yml
vendored
33
.github/workflows/basic_cli_test_arm64.yml
vendored
|
|
@ -1,6 +1,5 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
# this cancels workflows currently in progress if you start a new one
|
||||
concurrency:
|
||||
|
|
@ -17,29 +16,27 @@ jobs:
|
|||
repository: roc-lang/basic-cli
|
||||
ref: main
|
||||
|
||||
- run: ls ci
|
||||
|
||||
#- name: get latest roc nightly
|
||||
# run: |
|
||||
# curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
|
||||
- name: get latest roc nightly
|
||||
run: |
|
||||
curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
|
||||
|
||||
#- name: rename nightly tar
|
||||
# run: mv $(ls | grep "roc_nightly.*tar\.gz") roc_nightly.tar.gz
|
||||
- name: rename nightly tar
|
||||
run: mv $(ls | grep "roc_nightly.*tar\.gz") roc_nightly.tar.gz
|
||||
|
||||
#- name: decompress the tar
|
||||
# run: tar -xzf roc_nightly.tar.gz
|
||||
- name: decompress the tar
|
||||
run: tar -xzf roc_nightly.tar.gz
|
||||
|
||||
#- run: rm roc_nightly.tar.gz
|
||||
- run: rm roc_nightly.tar.gz
|
||||
|
||||
#- name: simplify nightly folder name
|
||||
# run: mv roc_nightly* roc_nightly
|
||||
- name: simplify nightly folder name
|
||||
run: mv roc_nightly* roc_nightly
|
||||
|
||||
#- run: ./roc_nightly/roc version
|
||||
- run: ./roc_nightly/roc version
|
||||
|
||||
#- run: expect -v
|
||||
- run: expect -v
|
||||
|
||||
# Run all tests
|
||||
#- run: ./ci/all_tests.sh
|
||||
- run: ./ci/all_tests.sh
|
||||
|
||||
######
|
||||
# Now test the latest basic-cli release, not the main branch
|
||||
|
|
@ -51,10 +48,6 @@ jobs:
|
|||
- name: Get the examples of the latest basic-cli release
|
||||
run: ./ci/get_latest_release_examples.sh
|
||||
|
||||
- run: ls
|
||||
|
||||
- run: ls ./ci
|
||||
|
||||
- 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
|
||||
|
|
|
|||
2
.github/workflows/nix_linux_arm64_cargo.yml
vendored
2
.github/workflows/nix_linux_arm64_cargo.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
# pull_request:
|
||||
pull_request:
|
||||
|
||||
name: test cargo build on linux arm64 inside nix
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
on:
|
||||
# pull_request:
|
||||
pull_request:
|
||||
|
||||
name: test default.nix on linux arm64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue