mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
CI: Add fetch mingw sources
Add x86_64-w64-mingw32 to the list of samples we use to fetch sources. This should pick up the mingw related tarballs so the build steps that follow don't have to. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
04b0c0fb78
commit
0100c9b218
@ -69,7 +69,8 @@ jobs:
|
||||
run: |
|
||||
mkdir -p src
|
||||
for sample in aarch64-unknown-linux-gnu arm-picolibc-eabi \
|
||||
arm-unknown-linux-musleabi armv6-nommu-linux-uclibcgnueabi; do \
|
||||
arm-unknown-linux-musleabi armv6-nommu-linux-uclibcgnueabi \
|
||||
x86_64-w64-mingw32; do \
|
||||
ct-ng $sample; \
|
||||
sed -i -e '/CT_LOG_PROGRESS_BAR/s/y$/n/' .config; \
|
||||
sed -i -e '/CT_LOCAL_TARBALLS_DIR/s/HOME/CT_TOP_DIR/' .config; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user