From 271e6e367e8a44b33e3dd1e77c2972774a1c1de9 Mon Sep 17 00:00:00 2001
From: Signal Linden <signal@lindenlab.com>
Date: Mon, 10 Oct 2022 11:23:05 -0700
Subject: [PATCH] Remove cygwin artifacts

---
 .github/workflows/build.yaml | 8 --------
 .gitignore                   | 4 +++-
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 10b02783bc9..66ee864a77f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -47,14 +47,6 @@ jobs:
 
       - name: Build
         shell: bash
-        env:
-          WINDOWS: ${{ runner.os == 'Windows' }}
         run: |
-          autobuild --quiet source_environment > .env 
-          source .env
-          if [[ "$WINDOWS" == "true" ]]; then
-            load_vsvars
-          fi
-
           autobuild configure
           autobuild build --no-configure
diff --git a/.gitignore b/.gitignore
index 80eca667dff..f0b5f86211b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -73,4 +73,6 @@ tarfile_tmp
 trivial_change_force_build
 web/config.*
 web/locale.*
-web/secondlife.com.*
\ No newline at end of file
+web/secondlife.com.*
+
+.env
-- 
GitLab