diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-06-28 16:58:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-06-28 16:58:32 -0400 |
commit | d2294841b2df66f4e684b5eed1cae955cea21cf8 (patch) | |
tree | 2b48fd480469514c4cf449ee02ace1912d874544 /.github | |
parent | 853cf3928cba51fe1e84a51316f9698c55ba4ad4 (diff) |
SL-18837: Get buildscripts_support_functions from sling-buildscripts
and use these variants for GitHub builds.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dda5867a9f..e7608657e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,8 @@ jobs: build_log_dir: ${{ github.workspace }}/.logs build_viewer: true BUILDSCRIPTS_SHARED: ${{ github.workspace }}/.shared - BUILDSCRIPTS_SUPPORT_FUNCTIONS: ${{ github.workspace }}/.buildscripts/hg/bin/buildscripts_support_functions + # extracted and committed to viewer repo + BUILDSCRIPTS_SUPPORT_FUNCTIONS: ${{ github.workspace }}/buildscripts_support_functions git_hooks_checkout: ${{ github.workspace }}/.git-hooks GIT_REF: ${{ github.head_ref || github.ref }} LL_SKIP_REQUIRE_SYSROOT: 1 @@ -71,12 +72,6 @@ jobs: ref: viewer path: .build-variables - - name: Checkout buildscripts - uses: actions/checkout@v3 - with: - repository: secondlife/sling-buildscripts - path: .buildscripts - - name: Checkout git-hooks uses: actions/checkout@v3 with: |