You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2021/08/18 22:58:14 UTC

[geode-native] branch develop updated (3292e01 -> fdf367e)

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from 3292e01  Unlock develop, attempt #3 (#851)
     new d7cb437  GEODE-9356: Fixes test path.
     new fdf367e  GEODE-9356: Fixes dotnet install.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ci/lib/templates.lib.yml       |  2 +-
 packer/linux/install-dotnet.sh | 10 ++++------
 2 files changed, 5 insertions(+), 7 deletions(-)

[geode-native] 02/02: GEODE-9356: Fixes dotnet install.

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit fdf367e95a727c112567130ec44f3bb9e51bd9ce
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Wed Aug 18 15:30:26 2021 -0700

    GEODE-9356: Fixes dotnet install.
---
 packer/linux/install-dotnet.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/packer/linux/install-dotnet.sh b/packer/linux/install-dotnet.sh
index 365d513..2992bc0 100644
--- a/packer/linux/install-dotnet.sh
+++ b/packer/linux/install-dotnet.sh
@@ -17,10 +17,8 @@
 
 set -x -e -o pipefail
 
-tmp=$(mktemp)
+curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin \
+    --channel 3.1 \
+    --install-dir /usr/lib/dotnet
 
-curl -o ${tmp} -L https://dot.net/v1/dotnet-install.sh
-
-bash ${tmp} --channel 3.1
-
-rm -f ${tmp}
+ln -s /usr/lib/dotnet/dotnet /usr/bin/dotnet

[geode-native] 01/02: GEODE-9356: Fixes test path.

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit d7cb437399266d1a1902ae9ecd370f240336540d
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Wed Aug 18 14:47:32 2021 -0700

    GEODE-9356: Fixes test path.
---
 ci/lib/templates.lib.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/lib/templates.lib.yml b/ci/lib/templates.lib.yml
index 21653ab..8aa5b4d 100644
--- a/ci/lib/templates.lib.yml
+++ b/ci/lib/templates.lib.yml
@@ -222,7 +222,7 @@ plan:
     - #@ remote_task("net-integration-tests", config.config, ctest_bash_task("build/clicache/integration-test2"), "1h", build.params)
     - #@ remote_task("net-legacy-integration-tests", config.config, ctest_bash_task("build/clicache/integration-test", timeout=500, parallel=4), "2h", build.params)
     #@ end
-    - #@ remote_task("netcore-tests", config.config, dotnet_bash_task("netcore/Netcore.Test"), "10m", build.params)
+    - #@ remote_task("netcore-tests", config.config, dotnet_bash_task("source/netcore/NetCore.Test"), "10m", build.params)
     on_failure:
       in_parallel:
         steps: