Skip to content

Commit 1260c43

Browse files
authored
musl removals
1 parent 7a76715 commit 1260c43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test_latest_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- name: Use ./ci/test_latest_release.sh of the latest git main
3535
run: mv -f ./temp/test_latest_release.sh ./ci/
3636

37+
- name: Remove things that dont work on musl
38+
run: |
39+
rm ./examples/file-accessed-modified-created-time.roc
40+
sed -i.bak -e '/time_accessed!,$/d' -e '/time_modified!,$/d' -e '/time_created!,$/d' -e '/^time_accessed!/,/^$/d' -e '/^time_modified!/,/^$/d' -e '/^time_created!/,/^$/d' -e '/^import Utc exposing \[Utc\]$/d' ./platform/File.roc
41+
rm ./platform/File.roc.bak
42+
3743
- name: Run all tests with latest roc release + latest basic-cli release
3844
run: EXAMPLES_DIR=./examples/ ./ci/test_latest_release.sh
3945
env:

0 commit comments

Comments
 (0)