Skip to content

Commit 9d3a734

Browse files
committed
Fix PATH on ci
1 parent 82228b8 commit 9d3a734

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci-matrix-gen.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ jobs:
6868
if: runner.os != 'Windows'
6969
run: |
7070
echo "PARENT_DIRECTORY=$(pwd)" >> $GITHUB_ENV
71-
echo "PATH=/usr/bin:/bin:$(PATH)" >> $GITHUB_ENV
7271
- name: Setup Windows paths like on buildbot CI
7372
if: runner.os == 'Windows'
7473
run: |
75-
cd ..
7674
"PARENT_DIRECTORY=$PWD" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
7775
7876
# Set up Python and packages

graalpython/com.oracle.graal.python/src/META-INF/native-image/org.graalvm.python/python-language/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Args = -H:MaxRuntimeCompileMethods=20000 \
66
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED
77

88
# GR-46399: libpythonvm needs more than the default minimum of 8 GB to be built
9-
JavaArgs = -Xms14g
9+
JavaArgs = -Xmx7g

0 commit comments

Comments
 (0)