mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-18 08:59:25 +02:00
Compare commits
4 Commits
Update_CI
...
update_com
Author | SHA1 | Date | |
---|---|---|---|
a350b97b9e | |||
a5bd1f7120 | |||
7b266b8d79 | |||
4b2bfb9355 |
2
.github/workflows/expired.yml
vendored
2
.github/workflows/expired.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v4
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
exempt-issue-milestones: 'future,alpha,beta,release'
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
image:
|
||||
name: ${{ matrix.arch_name }}
|
||||
needs: base
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -88,7 +88,7 @@ RUN \
|
||||
cd /usr/src/mxe && \
|
||||
echo "MXE_TARGETS := ${MXE_TARGET_ARCH}-w64-mingw32.${MXE_TARGET_LINK}${MXE_TARGET_THREAD}" > settings.mk && \
|
||||
echo "MXE_USE_CCACHE :=" >> settings.mk && \
|
||||
echo "MXE_PLUGIN_DIRS := plugins/gcc11" >> settings.mk && \
|
||||
echo "MXE_PLUGIN_DIRS := plugins/gcc10" >> settings.mk && \
|
||||
echo "LOCAL_PKG_LIST := cc cmake" >> settings.mk && \
|
||||
echo ".DEFAULT local-pkg-list:" >> settings.mk && \
|
||||
echo "local-pkg-list: \$(LOCAL_PKG_LIST)" >> settings.mk && \
|
||||
|
Reference in New Issue
Block a user