Skip to content

Commit b844259

Browse files
authored
Merge pull request #261 from roc-lang/fix-jump-start
fix jump-start.sh
2 parents f87ecb0 + f3fb2a5 commit b844259

File tree

3 files changed

+21
-24
lines changed

3 files changed

+21
-24
lines changed

.github/workflows/ci_nix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ jobs:
5353
sed -i.bak 's/\$ROC docs.*//g' ./ci/all_tests.sh
5454
# for SINGLE_TAG_GLUE_CHECK_OFF=1 see github.com/roc-lang/basic-cli/issues/242
5555
nix develop -c sh -c 'export SINGLE_TAG_GLUE_CHECK_OFF=1 && export ROC=roc && export EXAMPLES_DIR=./examples/ && ./ci/all_tests.sh'
56+
57+
- name: Check if jump-start script still works
58+
run: nix develop -c sh -c 'export ROC=roc && bash ./jump-start.sh'

flake.lock

Lines changed: 18 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jump-start.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ fi
1818

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

21-
$ROC glue glue.roc crates ./platform/main.roc
22-
2321
cargo build --release
2422

2523
if [ -n "$CARGO_BUILD_TARGET" ]; then

0 commit comments

Comments
 (0)