From ae796157943294c4ef566dfd7d26b89802ff4571 Mon Sep 17 00:00:00 2001 From: nerodevo <100370411+nerodevo@users.noreply.github.com> Date: Sat, 13 Apr 2024 06:31:38 -0500 Subject: Revert "DRTVWR-601: Drop 32-bit Windows build of llphysicsextension_stub." This reverts commit d07cd115e3bdef8a2b1d2f6a5a507ddb67ff8cd9. --- autobuild.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/autobuild.xml b/autobuild.xml index 6209de2994..d4a0a720c9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1652,6 +1652,18 @@ name linux64 + windows + + archive + + hash + 2e5f1f7046a49d8b0bc295aa878116bc + url + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/60043/564063/llphysicsextensions_stub-1.0.542456-windows-542456.tar.bz2 + + name + windows + license internal -- cgit v1.2.3 From b04b4de46510992d6b0b88a529dffec0d235a75a Mon Sep 17 00:00:00 2001 From: nerodevo <100370411+nerodevo@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:52:24 -0500 Subject: Change windows to windows64 --- autobuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild.xml b/autobuild.xml index d4a0a720c9..66fce65da8 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1652,7 +1652,7 @@ name linux64 - windows + windows64 archive -- cgit v1.2.3 From d06e0004353576f71fdc4265d68885a2e17b3852 Mon Sep 17 00:00:00 2001 From: nerodevo <100370411+nerodevo@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:08:23 -0500 Subject: Change windows to windows64 again Missed the second change... Here it is. --- autobuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild.xml b/autobuild.xml index 66fce65da8..f0961b0557 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1662,7 +1662,7 @@ http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/60043/564063/llphysicsextensions_stub-1.0.542456-windows-542456.tar.bz2 name - windows + windows64 license -- cgit v1.2.3 From b340042a3f20b516d482e72e423ff4b00e085e1f Mon Sep 17 00:00:00 2001 From: Vir Linden <60274682+vir-linden@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:19:09 -0400 Subject: https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml --- .github/workflows/cla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index b4b2565889..3f4bf21864 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -19,7 +19,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.SHARED_CLA_TOKEN }} with: branch: main - path-to-document: https://github.com/secondlife/cla/blob/master/CLA.md + path-to-document: https://github.com/secondlife/cla/blob/main/CLA.md path-to-signatures: signatures.json remote-organization-name: secondlife remote-repository-name: cla-signatures -- cgit v1.2.3