Skip to content

Commit

Permalink
re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 16, 2025
1 parent 33c35dd commit 0768b67
Show file tree
Hide file tree
Showing 11 changed files with 144 additions and 144 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ jobs:









darwin-arm64-build:
name: 'darwin-arm64 bison ${{github.event.inputs.version}} build'
timeout-minutes: 2880 # 2 days
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-darwin-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ on:
jobs:








darwin-x64-build:
name: 'darwin-x64 bison ${{github.event.inputs.version}} build'
timeout-minutes: 2880 # 2 days
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:







linux-arm-build:
name: 'linux-arm bison ${{github.event.inputs.version}} build'
timeout-minutes: 2880 # 2 days
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:







linux-arm64-build:
name: 'linux-arm64 bison ${{github.event.inputs.version}} build'
timeout-minutes: 2880 # 2 days
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ on:
jobs:






linux-x64-build:
name: 'linux-x64 bison ${{github.event.inputs.version}} build'
timeout-minutes: 5760 # 4 days
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/deep-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ on:
jobs:






linux-x64:
name: 'linux-x64 bison ${{github.event.inputs.version}} clean'
timeout-minutes: 5760 # 4 days
Expand Down Expand Up @@ -76,6 +80,10 @@ jobs:
Expand Down Expand Up @@ -105,6 +113,10 @@ jobs:
linux-arm64:
name: 'linux-arm64 bison ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand All @@ -127,12 +139,6 @@ jobs:
darwin-x64:
name: 'darwin-x64 bison ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand All @@ -159,12 +165,6 @@ jobs:
darwin-arm64:
name: 'darwin-arm64 bison ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-docker-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:







# https://en.wikipedia.org/wiki/Ubuntu_version_history
# https://hub.docker.com/_/ubuntu
# The ubuntu:12.04 image fails to update.
Expand Down Expand Up @@ -720,8 +724,4 @@ jobs:
# (zypper lr -u)






# -----------------------------------------------------------------------------
8 changes: 4 additions & 4 deletions .github/workflows/test-docker-linux-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ on:
jobs:






# https://en.wikipedia.org/wiki/Ubuntu_version_history
# https://hub.docker.com/_/ubuntu
# The ubuntu:12.04 image fails to update.
Expand Down Expand Up @@ -454,8 +458,4 @@ jobs:







# -----------------------------------------------------------------------------
112 changes: 56 additions & 56 deletions .github/workflows/test-prime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,34 @@ on:
jobs:


linux-x64-test:
name: 'linux-x64 bison ${{github.event.inputs.version}} test'
runs-on: ubuntu-24.04
darwin-x64-test:
name: 'darwin-x64 bison ${{github.event.inputs.version}} test'
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
runs-on: macos-13

steps:
- name: 'Show environment'
run: |
uname -a
lsb_release -sd
sw_vers
ls -lA /Library/Developer/CommandLineTools/SDKs || true
ls -lA /Applications
sudo xcode-select --switch /Applications/Xcode_14.2.app
xcode-select --print-path
xcodebuild -version || true
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
clang++ -v
echo "whoami: $(whoami)"
echo "pwd: $(pwd)"
ls -lLA
env | sort | grep -E '^[^ \t]+='
- name: 'Clean working area' # Mandatory for self-hosted runners.
run: |
chmod -Rf a+w * || true
rm -rf * .git*
# https://github.com/actions/checkout
- name: 'Checkout project'
uses: actions/checkout@v4
with:
Expand All @@ -79,21 +93,29 @@ jobs:
fetch-depth: 3

- name: 'Run ${{github.event.inputs.version}} native test'
run: bash build-assets/scripts/test.sh --image github-actions-ubuntu-latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}





linux-arm64-test:
name: 'linux-arm64 bison ${{github.event.inputs.version}} test'
runs-on: [self-hosted, linux, arm64, xbbla]
darwin-arm64-test:
name: 'darwin-arm64 bison ${{github.event.inputs.version}} test'
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
runs-on: macos-14

steps:
- name: 'Show environment'
run: |
uname -a
lsb_release -sd
sw_vers
ls -lA /Library/Developer/CommandLineTools/SDKs || true
ls -lA /Applications
sudo xcode-select --switch /Applications/Xcode_15.4.app
xcode-select --print-path
xcodebuild -version || true
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
clang++ -v
echo "whoami: $(whoami)"
echo "pwd: $(pwd)"
ls -lLA
Expand All @@ -118,19 +140,16 @@ jobs:
ref: ${{github.event.inputs.helper-git-ref}}
fetch-depth: 3

- name: 'Run ${{github.event.inputs.version}} docker test'
uses: docker://node:lts-slim # Currently based on debian:12-slim
with:
entrypoint: /bin/bash
args: /github/workspace/build-assets/scripts/test.sh --image ubuntu:22.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
- name: 'Run ${{github.event.inputs.version}} native test'
run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}





linux-arm-test:
name: 'linux-arm bison ${{github.event.inputs.version}} test'
runs-on: [self-hosted, linux, arm, xbbla32]
linux-x64-test:
name: 'linux-x64 bison ${{github.event.inputs.version}} test'
runs-on: ubuntu-24.04

steps:
- name: 'Show environment'
Expand All @@ -142,12 +161,6 @@ jobs:
ls -lLA
env | sort | grep -E '^[^ \t]+='
- name: 'Clean working area' # Mandatory for self-hosted runners.
run: |
chmod -Rf a+w * || true
rm -rf * .git*
# https://github.com/actions/checkout
- name: 'Checkout project'
uses: actions/checkout@v4
with:
Expand All @@ -161,33 +174,22 @@ jobs:
ref: ${{github.event.inputs.helper-git-ref}}
fetch-depth: 3

- name: 'Run ${{github.event.inputs.version}} docker test'
uses: docker://arm32v7/node:lts-slim # Currently based on debian:12-slim
with:
entrypoint: /bin/bash # /usr/bin/linux32
args: /github/workspace/build-assets/scripts/test.sh --image debian --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
- name: 'Run ${{github.event.inputs.version}} native test'
run: bash build-assets/scripts/test.sh --image github-actions-ubuntu-latest --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}





darwin-x64-test:
name: 'darwin-x64 bison ${{github.event.inputs.version}} test'
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
runs-on: macos-13
linux-arm64-test:
name: 'linux-arm64 bison ${{github.event.inputs.version}} test'
runs-on: [self-hosted, linux, arm64, xbbla]

steps:
- name: 'Show environment'
run: |
uname -a
sw_vers
ls -lA /Library/Developer/CommandLineTools/SDKs || true
ls -lA /Applications
sudo xcode-select --switch /Applications/Xcode_14.2.app
xcode-select --print-path
xcodebuild -version || true
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
clang++ -v
lsb_release -sd
echo "whoami: $(whoami)"
echo "pwd: $(pwd)"
ls -lLA
Expand All @@ -212,30 +214,25 @@ jobs:
ref: ${{github.event.inputs.helper-git-ref}}
fetch-depth: 3

- name: 'Run ${{github.event.inputs.version}} native test'
run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
- name: 'Run ${{github.event.inputs.version}} docker test'
uses: docker://node:lts-slim # Currently based on debian:12-slim
with:
entrypoint: /bin/bash
args: /github/workspace/build-assets/scripts/test.sh --image ubuntu:22.04 --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}





darwin-arm64-test:
name: 'darwin-arm64 bison ${{github.event.inputs.version}} test'
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
runs-on: macos-14
linux-arm-test:
name: 'linux-arm bison ${{github.event.inputs.version}} test'
runs-on: [self-hosted, linux, arm, xbbla32]

steps:
- name: 'Show environment'
run: |
uname -a
sw_vers
ls -lA /Library/Developer/CommandLineTools/SDKs || true
ls -lA /Applications
sudo xcode-select --switch /Applications/Xcode_15.4.app
xcode-select --print-path
xcodebuild -version || true
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true
clang++ -v
lsb_release -sd
echo "whoami: $(whoami)"
echo "pwd: $(pwd)"
ls -lLA
Expand All @@ -260,8 +257,11 @@ jobs:
ref: ${{github.event.inputs.helper-git-ref}}
fetch-depth: 3

- name: 'Run ${{github.event.inputs.version}} native test'
run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}
- name: 'Run ${{github.event.inputs.version}} docker test'
uses: docker://arm32v7/node:lts-slim # Currently based on debian:12-slim
with:
entrypoint: /bin/bash # /usr/bin/linux32
args: /github/workspace/build-assets/scripts/test.sh --image debian --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}}



Expand Down
Loading

0 comments on commit 0768b67

Please sign in to comment.