Skip to content

Commit

Permalink
fix(ci): disable GNU targets for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Aug 25, 2019
1 parent a099038 commit e658cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ stages:
# Targets are specified as arrays (due to missing 'split' function in
# azure) so 'join' can be used for defining alpha numeric job names,
# whilst also being used for specifying the rust target triple.
- target: [i686, pc, windows, gnu]
#- target: [i686, pc, windows, gnu]
- target: [i686, pc, windows, msvc]
- target: [x86_64, pc, windows, msvc]
- target: [x86_64, pc, windows, gnu]
#- target: [x86_64, pc, windows, gnu]
- target: [i686, apple, darwin]
- target: [x86_64, apple, darwin]
- target: [i686, unknown, linux, gnu]
Expand Down

0 comments on commit e658cfc

Please sign in to comment.