Update rest of fundamental, leaving some TODOs for later
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
fb521affd1
commit
f50af730a7
2 changed files with 43 additions and 43 deletions
84
.github/workflows/build.yml
vendored
84
.github/workflows/build.yml
vendored
|
@ -53,12 +53,12 @@ jobs:
|
|||
PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh linux-aarch64
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build linux arm64 cross-compiled
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env linux-aarch64; popd
|
||||
|
@ -140,12 +140,12 @@ jobs:
|
|||
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh linux-armhf
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build linux armhf cross-compiled
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env linux-armhf; popd
|
||||
|
@ -223,12 +223,12 @@ jobs:
|
|||
PKG_CONFIG_PATH: /usr/lib/i386-linux-gnu/pkgconfig
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh linux-i686
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build linux i686
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env linux-i686; popd
|
||||
|
@ -298,12 +298,12 @@ jobs:
|
|||
- name: Build extra dependencies
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh linux
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build linux x86_64
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env linux; popd
|
||||
|
@ -433,12 +433,12 @@ jobs:
|
|||
- name: Build extra dependencies
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh macos-universal
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build macOS universal (base)
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env macos-universal; popd
|
||||
|
@ -641,12 +641,12 @@ jobs:
|
|||
- name: Build extra dependencies
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh win32
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build win32 cross-compiled (base)
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env win32; popd
|
||||
|
@ -733,12 +733,12 @@ jobs:
|
|||
- name: Build extra dependencies
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh win64
|
||||
- name: Restore build timestamp
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
TS=$(cat build/timestamp)
|
||||
find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
#- name: Restore build timestamp
|
||||
#if: steps.cache.outputs.cache-hit == 'true'
|
||||
#shell: bash
|
||||
#run: |
|
||||
#TS=$(cat build/timestamp)
|
||||
#find . -type f -exec touch -a -m -t ${TS} {} \;
|
||||
- name: Build win64 cross-compiled (base)
|
||||
run: |
|
||||
pushd deps/PawPaw; source local.env win64; popd
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ce3350a82f428d48ce7bc9a44d84821589603850
|
||||
Subproject commit 37ced22bdbd928234dd89182fc8061ca6b48f535
|
Loading…
Add table
Add a link
Reference in a new issue