|
96 | 96 | # Pin xlings to a known-good version. The upstream install |
97 | 97 | # script always grabs `latest` (no version override), so we |
98 | 98 | # download + self-install manually to avoid broken releases. |
99 | | - XLINGS_VERSION: '2026.8.6.2' |
| 99 | + XLINGS_VERSION: '2026.8.6.3' |
100 | 100 | run: | |
101 | 101 | if [ ! -x "$HOME/.xlings/subos/default/bin/xlings" ]; then |
102 | 102 | tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz" |
@@ -288,7 +288,7 @@ jobs: |
288 | 288 | - name: Bootstrap mcpp via xlings |
289 | 289 | env: |
290 | 290 | XLINGS_NON_INTERACTIVE: '1' |
291 | | - XLINGS_VERSION: '2026.8.6.2' |
| 291 | + XLINGS_VERSION: '2026.8.6.3' |
292 | 292 | run: | |
293 | 293 | tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz" |
294 | 294 | curl -fsSL -o "/tmp/${tarball}" \ |
@@ -358,11 +358,11 @@ jobs: |
358 | 358 | # below are pinned to the same version as XLINGS_VERSION; they are |
359 | 359 | # NOT interpolated from it, so check_version_pins.sh scans for them |
360 | 360 | # explicitly (they were absent from the old lock-step comment). |
361 | | - XLA="xlings-2026.8.6.2-linux-aarch64.tar.gz" |
| 361 | + XLA="xlings-2026.8.6.3-linux-aarch64.tar.gz" |
362 | 362 | if curl -fsSL -o "/tmp/$XLA" \ |
363 | | - "https://github.com/openxlings/xlings/releases/download/v2026.8.6.2/$XLA"; then |
| 363 | + "https://github.com/openxlings/xlings/releases/download/v2026.8.6.3/$XLA"; then |
364 | 364 | tar -xzf "/tmp/$XLA" -C /tmp |
365 | | - XLBIN=$(find /tmp/xlings-2026.8.6.2-linux-aarch64 -path '*/bin/xlings' -type f | head -1) |
| 365 | + XLBIN=$(find /tmp/xlings-2026.8.6.3-linux-aarch64 -path '*/bin/xlings' -type f | head -1) |
366 | 366 | if [ -n "$XLBIN" ]; then |
367 | 367 | mkdir -p "$STAGING/$WRAPPER/registry/bin" |
368 | 368 | cp "$XLBIN" "$STAGING/$WRAPPER/registry/bin/xlings" |
@@ -440,7 +440,7 @@ jobs: |
440 | 440 | - name: Bootstrap mcpp via xlings |
441 | 441 | env: |
442 | 442 | XLINGS_NON_INTERACTIVE: '1' |
443 | | - XLINGS_VERSION: '2026.8.6.2' |
| 443 | + XLINGS_VERSION: '2026.8.6.3' |
444 | 444 | run: | |
445 | 445 | if [ ! -x "$HOME/.xlings/subos/default/bin/xlings" ]; then |
446 | 446 | WORK=$(mktemp -d) |
@@ -622,7 +622,7 @@ jobs: |
622 | 622 | shell: bash |
623 | 623 | env: |
624 | 624 | XLINGS_NON_INTERACTIVE: '1' |
625 | | - XLINGS_VERSION: '2026.8.6.2' |
| 625 | + XLINGS_VERSION: '2026.8.6.3' |
626 | 626 | run: | |
627 | 627 | # Captured before the `cd` below, in POSIX form: this step never |
628 | 628 | # returns to the workspace, and GITHUB_WORKSPACE is a backslash |
|
0 commit comments