We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da99ca9 commit 45ad618Copy full SHA for 45ad618
1 file changed
.github/workflows/Test.yml
@@ -125,6 +125,16 @@ jobs:
125
echo '[pocl_jll]' >> test/LocalPreferences.toml
126
echo 'libpocl_path="${{ github.workspace }}/target/lib/libpocl.so"' >> test/LocalPreferences.toml
127
128
+ - name: "Set test arguments and other environment variables"
129
+ shell: bash
130
+ run: |
131
+ if [[ ${{ runner.os }} == "macOS" ]]; then
132
+ JULIA_TEST_MAXRSS_MB=1800
133
+ echo "JULIA_TEST_MAXRSS_MB=${JULIA_TEST_MAXRSS_MB}" | tee -a "${GITHUB_ENV}"
134
+ JULIA_CPU_THREADS=2
135
+ echo "JULIA_CPU_THREADS=${JULIA_CPU_THREADS}" | tee -a "${GITHUB_ENV}"
136
+ fi
137
+
138
- name: Setup OpenCL.jl
139
run: |
140
echo '[OpenCL]' >> test/LocalPreferences.toml
0 commit comments