mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
musl removals
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
29d9e17e6b
commit
56e44049ed
1 changed files with 4 additions and 0 deletions
4
.github/workflows/basic_cli_test_arm64.yml
vendored
4
.github/workflows/basic_cli_test_arm64.yml
vendored
|
|
@ -56,5 +56,9 @@ jobs:
|
|||
git fetch --tags
|
||||
latestTag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
git checkout $latestTag
|
||||
# remove things that don't work on musl
|
||||
rm ./examples/file-accessed-modified-created-time.roc
|
||||
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
|
||||
rm ./platform/File.roc.bak
|
||||
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
|
||||
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} EXAMPLES_DIR=./examples/ ./ci/test_latest_release.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue