Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
persist build_flags parameter to env for linux
Browse files Browse the repository at this point in the history
without this, the linux binaries were not actually being staticly
compiled it seems.
  • Loading branch information
mroth committed May 10, 2019
1 parent 99991dc commit 59eea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
variables:
platform: ${{ parameters.platform }}
bin_path: ${{ parameters.binPath }}
build_flags: ${{ parameters.buildFlags }}
steps:
- task: DownloadPipelineArtifact@0
inputs:
Expand All @@ -32,7 +33,6 @@ jobs:
-jar ./scalafmt.jar \
scalafmt-native
ls -lh
env
displayName: Build ${{ parameters.platform }} native image
- task: ArchiveFiles@2
inputs:
Expand Down

0 comments on commit 59eea6f

Please sign in to comment.