Skip to content

Commit 0f8b946

Browse files
authored
Update all_tests.sh
1 parent e5182bf commit 0f8b946

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ci/all_tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ architecture=$(uname -m)
3838
for roc_file in $EXAMPLES_DIR*.roc; do
3939
base_file=$(basename "$roc_file")
4040

41-
# Skip env-var.roc when on aarch64
42-
if [ "$architecture" == "aarch64" ] && [ "$base_file" == "env-var.roc" ]; then
43-
continue
44-
fi
45-
4641
if [ "$base_file" == "temp-dir.roc" ]; then
4742
$ROC build $roc_file $ROC_BUILD_FLAGS --linker=legacy
4843
else

0 commit comments

Comments
 (0)