Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zstd
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
yocto-mirrors
zstd
Commits
581ecdc0
Commit
581ecdc0
authored
2 years ago
by
Elliot Gorokhovsky
Browse files
Options
Downloads
Patches
Plain Diff
fix 32-bit gcc mingw test
parent
73fbe32b
Branches
windows_ci4
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/dev-short-tests.yml
+5
-2
5 additions, 2 deletions
.github/workflows/dev-short-tests.yml
with
5 additions
and
2 deletions
.github/workflows/dev-short-tests.yml
+
5
−
2
View file @
581ecdc0
...
...
@@ -421,8 +421,11 @@ jobs:
update
:
true
# Based on https://ariya.io/2020/07/on-github-actions-with-msys2
-
name
:
install mingw gcc
if
:
${{ matrix.compiler == 'gcc' }}
run
:
pacman --noconfirm -S gcc
if
:
${{ (matrix.msystem == 'MINGW32') && (matrix.compiler == 'gcc') }}
run
:
pacman --noconfirm -S mingw-w64-i686-gcc
-
name
:
install mingw gcc
if
:
${{ (matrix.msystem == 'MINGW64') && (matrix.compiler == 'gcc') }}
run
:
pacman --noconfirm -S mingw-w64-x86_64-gcc
-
name
:
install mingw clang x86_64
if
:
${{ (matrix.msystem == 'MINGW64') && (matrix.compiler == 'clang') }}
run
:
pacman --noconfirm -S mingw-w64-x86_64-clang
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment