mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-15 06:01:53 +02:00
Compare commits
7 Commits
update_com
...
Update_CI
Author | SHA1 | Date | |
---|---|---|---|
cd5979a3c9 | |||
![]() |
94745ff927 | ||
315089192b | |||
1bd55640ce | |||
450316ffa1 | |||
4ea4b20b84 | |||
5c67699710 |
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@v3
|
||||
- uses: actions/stale@v4
|
||||
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-20.04
|
||||
runs-on: ubuntu-latest
|
||||
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/gcc10" >> settings.mk && \
|
||||
echo "MXE_PLUGIN_DIRS := plugins/gcc11" >> 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