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 782b6a8 commit cb0e545
Show file tree
Hide file tree
Showing 11 changed files with 204 additions and 194 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ jobs:







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







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









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









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








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












win32-x64-build:
name: 'win32-x64 cmake ${{github.event.inputs.version}} build'
timeout-minutes: 5760 # 4 days
Expand Down Expand Up @@ -219,3 +209,13 @@ jobs:













36 changes: 18 additions & 18 deletions .github/workflows/deep-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ on:
jobs:








linux-x64:
name: 'linux-x64 cmake ${{github.event.inputs.version}} clean'
timeout-minutes: 5760 # 4 days
Expand All @@ -64,16 +70,6 @@ jobs:
win32-x64:
name: 'win32-x64 cmake ${{github.event.inputs.version}} clean'
timeout-minutes: 5760 # 4 days
Expand All @@ -100,6 +96,12 @@ jobs:
linux-arm:
name: 'linux-arm cmake ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand All @@ -125,6 +127,12 @@ jobs:
linux-arm64:
name: 'linux-arm64 cmake ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand All @@ -149,10 +157,6 @@ jobs:
darwin-x64:
name: 'darwin-x64 cmake ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand Down Expand Up @@ -181,10 +185,6 @@ jobs:
darwin-arm64:
name: 'darwin-arm64 cmake ${{github.event.inputs.version}} clean'
timeout-minutes: 2880 # 2 days
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-docker-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ 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,10 +726,4 @@ jobs:
# (zypper lr -u)








# -----------------------------------------------------------------------------
12 changes: 6 additions & 6 deletions .github/workflows/test-docker-linux-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ 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,10 +460,4 @@ jobs:









# -----------------------------------------------------------------------------
Loading

0 comments on commit cb0e545

Please sign in to comment.