Skip to content

Commit

Permalink
Merge pull request #261 from roc-lang/fix-jump-start
Browse files Browse the repository at this point in the history
fix jump-start.sh
  • Loading branch information
Anton-4 authored Nov 8, 2024
2 parents f87ecb0 + f3fb2a5 commit b844259
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ jobs:
sed -i.bak 's/\$ROC docs.*//g' ./ci/all_tests.sh
# for SINGLE_TAG_GLUE_CHECK_OFF=1 see github.com/roc-lang/basic-cli/issues/242
nix develop -c sh -c 'export SINGLE_TAG_GLUE_CHECK_OFF=1 && export ROC=roc && export EXAMPLES_DIR=./examples/ && ./ci/all_tests.sh'
- name: Check if jump-start script still works
run: nix develop -c sh -c 'export ROC=roc && bash ./jump-start.sh'
40 changes: 18 additions & 22 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions jump-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ fi

$ROC build --lib ./platform/libapp.roc

$ROC glue glue.roc crates ./platform/main.roc

cargo build --release

if [ -n "$CARGO_BUILD_TARGET" ]; then
Expand Down

0 comments on commit b844259

Please sign in to comment.