File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 14ece9debc2d80016ce73be448110879f2d09ccf
1+ f482ea2d1f8e48bedbc9745da01080f8d695b3f9
Original file line number Diff line number Diff line change 5050 run : source /etc/profile
5151
5252 - name : Install basic utils
53- run : apt-get update && apt-get install -y wget curl git build-essential
53+ run : apt-get update && apt-get install -y wget curl git build-essential libdw-dev libdwarf-dev
5454
5555 - name : Setup Julia
5656 uses : julia-actions/setup-julia@v2
7777
7878 - name : Setup Conda env
7979 run : |
80- conda create -n myenv -c conda-forge -c legate cupynumeric=25.11.00 python=3.11 -y
80+ conda create -n myenv -c conda-forge -c legate cupynumeric=25.11.00 python=3.11 elfutils libdwarf -y
8181
8282 - name : Load Julia packages from cache
8383 id : julia-cache
8989 run : |
9090 CONDA_PATH=$(conda info --base)
9191 MYENV_PATH=$CONDA_PATH/envs/myenv
92- echo "LD_PRELOAD=$MYENV_PATH/lib/libstdc++.so.6:$LD_PRELOAD" >> $GITHUB_ENV
92+ echo "LD_PRELOAD=$MYENV_PATH/lib/libdw.so.1:$MYENV_PATH/lib/ libstdc++.so.6:$LD_PRELOAD" >> $GITHUB_ENV
9393 echo "MYENV_PATH=$MYENV_PATH" >> $GITHUB_ENV
9494
9595 - name : Setup cuNumeric.jl and Legate.jl
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ JuliaFormatter = "2.3.0"
3333Legate = " 0.1.0"
3434LegatePreferences = " 0.1.5"
3535MacroTools = " 0.5.16"
36- Pkg = " 1.11 .0"
36+ Pkg = " 1.10 .0"
3737Preferences = " 1"
3838Random = " 1"
3939StatsBase = " 0.34"
You can’t perform that action at this time.
0 commit comments