Skip to content

Commit c15894f

Browse files
committed
Merge branch 'main' into flexibleunpickle
2 parents c335b18 + 60e9048 commit c15894f

File tree

148 files changed

+1875
-861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+1875
-861
lines changed

.github/workflows/ci.yaml

Lines changed: 44 additions & 323 deletions
Large diffs are not rendered by default.

.github/workflows/test-chocolatey.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ on:
2121

2222
env:
2323
CHOCOLATEY-REPOSITORY: chocolatey-pkgs
24-
DOTTY_CI_INSTALLATION: ${{ secrets.GITHUB_TOKEN }}
24+
# Controls behaviour of chocolatey{Install,Uninstall}.ps1 scripts
25+
# During snapshot releases it uses a different layout and requires access token to GH Actions artifacts
26+
# During stable releases it uses publically available archives
27+
DOTTY_CI_INSTALLATION: ${{ endsWith(inputs.version, '-SNAPSHOT') && secrets.GITHUB_TOKEN || '' }}
2528

2629
jobs:
2730
test:

.github/workflows/launchers.yml renamed to .github/workflows/test-launchers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828

2929
linux-aarch64:
3030
name: Deploy and Test on Linux ARM64 architecture
31-
runs-on: macos-latest
32-
if: ${{ false }}
31+
runs-on: ubuntu-24.04-arm
3332
steps:
3433
- uses: actions/checkout@v4
3534
- name: Set up JDK 17
Submodule stdLib213 updated 1443 files

0 commit comments

Comments
 (0)