Skip to content

Commit

Permalink
Cleanup azure-pipelines-public.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored and radekdoulik committed Sep 19, 2024
1 parent 466eb50 commit 4d8e272
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions eng/azure-pipelines-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ stages:
env:
ROOTFS_DIR: $(rootfs)
- bash: |
./eng/common/build.sh --ci --restore --publish --configuration $(_BuildConfig) $(_InternalBuildArgs) /p:AssetManifestOS=$(assetManifestOS) /p:PlatformName=$(assetManifestPlatform) --projects $(Build.SourcesDirectory)/llvm.proj
displayName: Publish packages
condition: and(succeeded(), ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))
############ LINUX MUSL BUILD ############
- job: Build_Linux_musl
displayName: Linux_musl
Expand Down Expand Up @@ -169,11 +164,6 @@ stages:
./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(ClangTargetArg) $(_InternalBuildArgs)
displayName: 'Build and package'
- bash: |
./eng/common/build.sh --ci --restore --publish --configuration $(_BuildConfig) $(_InternalBuildArgs) /p:AssetManifestOS=$(assetManifestOS) /p:PlatformName=$(assetManifestPlatform) --projects $(Build.SourcesDirectory)/llvm.proj
displayName: Publish packages
condition: and(succeeded(), ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))
############ WINDOWS BUILD ############
- job: Build_Windows
displayName: Windows
Expand Down Expand Up @@ -224,7 +214,3 @@ stages:

- powershell: eng\build.ps1 -ci -restore -build -pack $(archflag) -configuration $(_BuildConfig) $(_InternalBuildArgs) $(LLVMTableGenArg)
displayName: 'Build and package'

- powershell: eng\common\build.ps1 -ci -restore -publish -configuration $(_BuildConfig) $(_InternalBuildArgs) /p:AssetManifestOS=$(_BuildConfig)-$(assetManifestOS) /p:PlatformName=$(assetManifestPlatform) -projects $(Build.SourcesDirectory)\llvm.proj
displayName: Publish packages
condition: and(succeeded(), ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))

0 comments on commit 4d8e272

Please sign in to comment.