Skip to content

Commit 6ea8db7

Browse files
committed
Build runtime with rewatch on Windows, too
1 parent d8fb2d4 commit 6ea8db7

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,10 @@ jobs:
336336
run: ./scripts/test_syntax.sh
337337
shell: bash
338338

339-
- name: Build runtime/stdlib with rewatch
340-
if: ${{ runner.os != 'Windows' }}
339+
- name: Build runtime/stdlib
341340
run: ./scripts/buildRuntime.sh
342341
shell: bash
343342

344-
- name: Build runtime/stdlib with bsb (Windows)
345-
if: ${{ runner.os == 'Windows' }}
346-
run: ./scripts/buildRuntimeLegacy.sh
347-
shell: bash
348-
349343
- name: Check for changes in lib folder
350344
run: git diff --exit-code lib/js lib/es6
351345

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
#### :house: Internal
3030

31+
- Build runtime with rewatch on Windows, too. https://github.com/rescript-lang/rescript/pull/7794
32+
3133
# 12.0.0-beta.7
3234

3335
#### :rocket: New Feature

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ test-all: test test-gentype test-analysis test-tools test-rewatch
5151
reanalyze:
5252
reanalyze.exe -set-exit-code -all-cmt _build/default/compiler _build/default/tests -exclude-paths compiler/outcome_printer,compiler/ml,compiler/frontend,compiler/ext,compiler/depends,compiler/core,compiler/common,compiler/cmij,compiler/bsb_helper,compiler/bsb
5353

54-
lib-bsb:
55-
./scripts/buildRuntimeLegacy.sh
56-
5754
lib:
5855
./scripts/buildRuntime.sh
5956

scripts/buildRuntimeLegacy.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)