summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-07-14 18:04:14 -0700
committerBrad Linden <brad@lindenlab.com>2023-07-14 18:05:44 -0700
commit0998d46f47927badbd3f7d3a4b7a83a11896a5c9 (patch)
treedd6247e630ae35c8147da9e2527d96d9604bd2d1 /.github
parenta163931b773eb9c863b804eb4af1e63e398e6360 (diff)
Fix "intermittent" llrand unit test failure on windows on DRTVWR-578. we must return less than 1.0 when rand() returns RAND_MAX
also, disable 32 bit build now that we have deprecated it. https://community.secondlife.com/blogs/entry/13464-end-of-support-for-second-life-32-bit-windows-viewer-and-updated-minimum-system-requirements-for-macos-to-1013/
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 00dd7ed116..3e0330d77b 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -13,18 +13,14 @@ jobs:
matrix:
runner: [windows-large, macos-12-xl]
configuration: [Release]
- addrsize: [64]
python-version: ["3.11"]
include:
- - runner: windows-large
- configuration: Release
- addrsize: 32
- python-version: "3.11"
- runner: macos-12-xl
developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer"
+ python-version: "3.11"
runs-on: ${{ matrix.runner }}
env:
- AUTOBUILD_ADDRSIZE: ${{ matrix.addrsize }}
+ AUTOBUILD_ADDRSIZE: 64
AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }}
# authorizes fetching private constituent packages
AUTOBUILD_GITHUB_TOKEN: ${{ secrets.SHARED_AUTOBUILD_GITHUB_TOKEN }}