Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-29 | SL-18837: Install autobuild from source repo, not PyPI. | Nat Goodspeed | |
Bug in autobuild 3.9.2? The TC viewer build can successfully build llphysicsextensions/autobuild-tpv.xml, but the previous GH actions build failed: "no configuration for Release found" despite -c Tpv. The difference seems to be that we used 'pip3 install autobuild' from PyPI, whereas the TC buildscripts setup clones secondlife/autobuild branch v3 and installs from that repo. | |||
2023-06-29 | SL-18837: Temporarily suppress Windows builds; add finalize function | Nat Goodspeed | |
Also pretend novel arch value MINGW6 is really CYGWIN so we'll recognize it. | |||
2023-06-28 | SL-18837: Don't try to engage git-hooks explicitly at all. | Nat Goodspeed | |
2023-06-28 | SL-18837: Get buildscripts_support_functions from sling-buildscripts | Nat Goodspeed | |
and use these variants for GitHub builds. | |||
2023-06-28 | SL-18837: Don't fetch (unmigrated) build-secrets, use GH secrets. | Nat Goodspeed | |
2023-06-28 | SL-18837: Include actions-build-sh branch in build trigger pushes. | Nat Goodspeed | |
2023-06-27 | SL-18837: Try doing necessary setup to run viewer's own build.sh. | Nat Goodspeed | |
2023-06-07 | SL-18837 fix win32 build warning about missing python-version setting | Brad Linden | |
2023-06-07 | Attempt to port some build.yaml improvements from DRTVWR-559 over to actions ↵ | Brad Linden | |
branch | |||
2023-06-07 | SL-18837: Try to install llsd in the Python used by py.exe | Nat Goodspeed | |
2023-06-07 | SL-18837: Tell py.exe to use Python 3.9 instead of 3.11 | Nat Goodspeed | |
2023-06-07 | SL-18837: Quote integers used for environment variables | Nat Goodspeed | |
2023-06-07 | SL-18837: Try setting PY_PYTHON and PYLAUNCHER_DEBUG | Nat Goodspeed | |
which should only affect Windows unit tests, but should hopefully improve our chances that Windows unit tests will succeed. | |||
2023-06-05 | SL-18837: pip install llsd as well as autobuild. | Nat Goodspeed | |
The Python child processes used by llprocess_test.cpp and llleap_test.cpp need the Python llsd module to communicate with the C++ parent process. Also set LOGFAIL and BUGSPLAT_DB environment variables. | |||
2023-05-19 | DRTVWR-558: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed | |
2023-05-15 | SL-18837: AUTOBUILD_GITHUB_TOKEN to authenticate private packages. | Nat Goodspeed | |
2023-03-24 | SL-18837: Try building Release viewer config on GH. | Nat Goodspeed | |
2022-11-21 | Merge pull request #4 from secondlife/signal/stale | Signal Linden | |
Close stale PRs | |||
2022-11-18 | Merge pull request #3 from secondlife/signal/label | Signal Linden | |
Add automatic PR labels | |||
2022-11-18 | Mark PRs as stale after 60 days, close them automatically if no response | Bennett Goble | |
after 7 days. | |||
2022-11-18 | Add automatic PR labels | Bennett Goble | |
2022-11-18 | Add CLA bot | Bennett Goble | |
2022-10-12 | Upload macos installer | Signal Linden | |
2022-10-12 | Build on 64-core machine | Signal Linden | |
2022-10-12 | Add macOS build back | Signal Linden | |
2022-10-12 | Build on 8-core machine | Signal Linden | |
2022-10-12 | Build on 16-core machine | Signal Linden | |
2022-10-12 | Run build with default runner | Signal Linden | |
2022-10-12 | Fix YAML syntax | Signal Linden | |
2022-10-12 | Run on windows-2022-large | Signal Linden | |
2022-10-12 | Upload installer, build Release, use large runner | Signal Linden | |
2022-10-11 | Replace llbase with llsd module | Signal Linden | |
2022-10-11 | Omit macOS until I have a mac laptop | Signal Linden | |
2022-10-10 | Remove cygwin artifacts | Signal Linden | |
2022-10-10 | Call load_vsvars | Signal Linden | |
2022-10-10 | Use cygwin | Signal Linden | |
2022-10-10 | Explicitly set AUTOBUILD_VSVER | Signal Linden | |
2022-10-10 | Perform source_environment | Signal Linden | |
2022-10-10 | Also build win32 with VS2k22 | Signal Linden | |
2022-10-10 | Build with VS2k22 | Signal Linden | |
2022-10-10 | Use pre-installed python | Signal Linden | |
2022-10-10 | Allow CMAKE to run autobuild install | Signal Linden | |
2022-10-10 | Force RelWithDebInfoOS configuration | Signal Linden | |
2022-10-10 | Separate autobuild install from build | Signal Linden | |
2022-10-10 | Pip install autobuild | Signal Linden | |
2022-10-10 | Add build action | Signal Linden | |