We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5182bf commit 0f8b946Copy full SHA for 0f8b946
1 file changed
ci/all_tests.sh
@@ -38,11 +38,6 @@ architecture=$(uname -m)
38
for roc_file in $EXAMPLES_DIR*.roc; do
39
base_file=$(basename "$roc_file")
40
41
- # Skip env-var.roc when on aarch64
42
- if [ "$architecture" == "aarch64" ] && [ "$base_file" == "env-var.roc" ]; then
43
- continue
44
- fi
45
-
46
if [ "$base_file" == "temp-dir.roc" ]; then
47
$ROC build $roc_file $ROC_BUILD_FLAGS --linker=legacy
48
else
0 commit comments