Skip to content

Commit

Permalink
Upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Dec 22, 2024
1 parent 96a43e2 commit 6c4d523
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/zCustom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ jobs:
remove-codeql: 'true'
#remove-docker-images: ${{ github.event.inputs.runnerName != 'ubuntu-latest-m' && github.event.inputs.runnerName != 'ubuntu-latest-l' && github.event.inputs.runnerName != 'ubuntu-latest-h' }}
remove-docker-images: 'true'
- name: df
shell: bash
run: |
df -h
df -h /
# https://github.com/orgs/community/discussions/8305
# https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/
# https://github.com/actions/runner-images/discussions/7191
Expand Down Expand Up @@ -567,6 +572,11 @@ jobs:
remove-codeql: 'true'
#remove-docker-images: ${{ github.event.inputs.runnerName != 'ubuntu-latest-m' && github.event.inputs.runnerName != 'ubuntu-latest-l' && github.event.inputs.runnerName != 'ubuntu-latest-h' }}
remove-docker-images: 'true'
- name: df
shell: bash
run: |
df -h
df -h /
- name: _getCore_ub
shell: bash
timeout-minutes: 90
Expand Down Expand Up @@ -924,6 +934,11 @@ jobs:
remove-codeql: 'true'
#remove-docker-images: ${{ github.event.inputs.runnerName != 'ubuntu-latest-m' && github.event.inputs.runnerName != 'ubuntu-latest-l' && github.event.inputs.runnerName != 'ubuntu-latest-h' }}
remove-docker-images: 'true'
- name: df
shell: bash
run: |
df -h
df -h /
- name: _getCore_ub
shell: bash
run: |
Expand Down Expand Up @@ -1106,6 +1121,11 @@ jobs:
remove-codeql: 'true'
#remove-docker-images: ${{ github.event.inputs.runnerName != 'ubuntu-latest-m' && github.event.inputs.runnerName != 'ubuntu-latest-l' && github.event.inputs.runnerName != 'ubuntu-latest-h' }}
remove-docker-images: 'true'
- name: df
shell: bash
run: |
df -h
df -h /
# https://github.com/orgs/community/discussions/8305
# https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/
# https://github.com/actions/runner-images/discussions/7191
Expand Down Expand Up @@ -1328,6 +1348,11 @@ jobs:
remove-codeql: 'true'
#remove-docker-images: ${{ github.event.inputs.runnerName != 'ubuntu-latest-m' && github.event.inputs.runnerName != 'ubuntu-latest-l' && github.event.inputs.runnerName != 'ubuntu-latest-h' }}
remove-docker-images: 'true'
- name: df
shell: bash
run: |
df -h
df -h /
- name: _getCore_ub
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion _lib/ubDistBuild
11 changes: 11 additions & 0 deletions _prog/build-special.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ _build_ubDistBuild-fetch() {
cd "$functionEntryPWD"




cd "$currentAccessoriesDir"/parts/
_gitBest clone --depth 1 --recursive [email protected]:soaringDistributions/ubdist_dummy.git
cd "$functionEntryPWD"

cd "$currentAccessoriesDir"/parts/
_gitBest clone --depth 1 --recursive [email protected]:soaringDistributions/ubdist_puddleJumper.git
cd "$functionEntryPWD"


cd "$functionEntryPWD"
_stop
}
Expand Down
20 changes: 20 additions & 0 deletions _prog/installation_prog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ _test_prog() {
_wantGetDep unsquashfs
}

_gitMad_neighbors_procedure() {
local functionEntryPWD
functionEntryPWD="$PWD"

[[ ! -e '/cygdrive/c/core/variant/ubdist_dummy' ]] && _messageFAIL
cd '/cygdrive/c/core/variant/ubdist_dummy'
_gitMad

[[ ! -e '/cygdrive/c/core/variant/ubdist_puddleJumper' ]] && _messageFAIL
cd '/cygdrive/c/core/variant/ubdist_puddleJumper'
_gitMad

cd "$functionEntryPWD"
}
_gitMad_neighbors() {
"$scriptAbsoluteLocation _gitMad_neighbors "$@""
}


_setup_install() {
true
Expand Down Expand Up @@ -64,6 +82,8 @@ _setup_install() {

_messagePlain_probe_cmd _self_gitMad

_messagePlain_probe_cmd _gitMad_neighbors

sleep 5
}

Expand Down
33 changes: 32 additions & 1 deletion ubiquitous_bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
#export ub_setScriptChecksum_disable='true'
( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
export ub_setScriptChecksum_header='2591634041'
export ub_setScriptChecksum_contents='2990324807'
export ub_setScriptChecksum_contents='3950898990'

# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
# WARNING: Performance may be crucial here.
Expand Down Expand Up @@ -46229,6 +46229,24 @@ _test_prog() {
_wantGetDep unsquashfs
}

_gitMad_neighbors_procedure() {
local functionEntryPWD
functionEntryPWD="$PWD"

[[ ! -e '/cygdrive/c/core/variant/ubdist_dummy' ]] && _messageFAIL
cd '/cygdrive/c/core/variant/ubdist_dummy'
_gitMad

[[ ! -e '/cygdrive/c/core/variant/ubdist_puddleJumper' ]] && _messageFAIL
cd '/cygdrive/c/core/variant/ubdist_puddleJumper'
_gitMad

cd "$functionEntryPWD"
}
_gitMad_neighbors() {
"$scriptAbsoluteLocation _gitMad_neighbors "$@""
}


_setup_install() {
true
Expand Down Expand Up @@ -46286,6 +46304,8 @@ _setup_install() {

_messagePlain_probe_cmd _self_gitMad

_messagePlain_probe_cmd _gitMad_neighbors

sleep 5
}

Expand Down Expand Up @@ -50069,6 +50089,17 @@ _build_ubDistBuild-fetch() {
cd "$functionEntryPWD"




cd "$currentAccessoriesDir"/parts/
_gitBest clone --depth 1 --recursive [email protected]:soaringDistributions/ubdist_dummy.git
cd "$functionEntryPWD"

cd "$currentAccessoriesDir"/parts/
_gitBest clone --depth 1 --recursive [email protected]:soaringDistributions/ubdist_puddleJumper.git
cd "$functionEntryPWD"


cd "$functionEntryPWD"
_stop
}
Expand Down

0 comments on commit 6c4d523

Please sign in to comment.