File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 77option (OPTION_BUILD_LOADERS_C "Build C Foreign Function Interface library loader plugin." OFF )
88option (OPTION_BUILD_LOADERS_COB "Build GNU/COBOL 2.2 loader plugin." OFF )
99option (OPTION_BUILD_LOADERS_CR "Build Crystal 0.33.0 loader plugin." OFF )
10- option (OPTION_BUILD_LOADERS_CS "Build C# CoreCLR 5.0.5 Runtime loader plugin." OFF )
10+ option (OPTION_BUILD_LOADERS_CS "Build C# CoreCLR 5.0.6 Runtime loader plugin." OFF )
1111option (OPTION_BUILD_LOADERS_DART "Build Dart VM 2.8.4 Runtime loader plugin." OFF )
1212option (OPTION_BUILD_LOADERS_FILE "Build File System loader plugin." OFF )
1313option (OPTION_BUILD_LOADERS_JAVA "Build Java Virtual Machine loader plugin." OFF )
@@ -29,7 +29,7 @@ add_subdirectory(c_loader) # Foreign Function Interface library
2929add_subdirectory (cob_loader) # GNU/Cobol 2.2 Runtime
3030add_subdirectory (cr_loader) # Crystal 0.33.0 Runtime
3131add_subdirectory (dart_loader) # Dart VM 2.8.4 Runtime
32- add_subdirectory (cs_loader) # CoreCLR 5.0.5 Runtime
32+ add_subdirectory (cs_loader) # CoreCLR 5.0.6 Runtime
3333add_subdirectory (file_loader) # File System
3434add_subdirectory (java_loader) # Java Virtual Machine
3535add_subdirectory (jl_loader) # Julia Runtime
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ sub_python(){
6666 /usr/bin/yes | $SUDO_CMD pip3 uninstall django
6767 /usr/bin/yes | $SUDO_CMD pip3 uninstall requests
6868 /usr/bin/yes | $SUDO_CMD pip3 uninstall rsa
69+ /usr/bin/yes | $SUDO_CMD pip3 uninstall fn
6970 /usr/bin/yes | $SUDO_CMD pip3 uninstall joblib
7071}
7172
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ sub_configure() {
200200 if [ $BUILD_NETCORE5 = 1 ]; then
201201 BUILD_STRING=" $BUILD_STRING \
202202 -DOPTION_BUILD_LOADERS_CS=On \
203- -DDOTNET_CORE_PATH=/usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.5 /"
203+ -DDOTNET_CORE_PATH=/usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.6 /"
204204
205205 if [ $BUILD_SCRIPTS = 1 ]; then
206206 BUILD_STRING=" $BUILD_STRING -DOPTION_BUILD_SCRIPTS_CS=On"
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ sub_python(){
9393 $SUDO_CMD pip3 install setuptools
9494 $SUDO_CMD pip3 install wheel
9595 $SUDO_CMD pip3 install rsa
96+ $SUDO_CMD pip3 install fn
9697 $SUDO_CMD pip3 install scipy
9798 $SUDO_CMD pip3 install numpy
9899 $SUDO_CMD pip3 install scikit-learn
@@ -338,7 +339,7 @@ sub_metacall(){
338339 elif [ INSTALL_NETCORE2 = 1 ]; then
339340 NETCORE_VERSION=2.2.8
340341 elif [ INSTALL_NETCORE5 = 1 ]; then
341- NETCORE_VERSION=5.0.5
342+ NETCORE_VERSION=5.0.6
342343 else
343344 NETCORE_VERSION=0
344345 fi
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ sub_netcore5(){
128128 rm packages-microsoft-prod.deb
129129
130130 $SUDO_CMD apt-get update
131- sub_apt_install_hold dotnet-runtime-5.0=5.0.5 -1
131+ sub_apt_install_hold dotnet-runtime-5.0=5.0.6 -1
132132}
133133
134134# V8
You can’t perform that action at this time.
0 commit comments