Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix pinned builds error due to obsolete LLVM repo #9971

Merged
merged 3 commits into from
Jan 28, 2021

Conversation

bogniq
Copy link
Collaborator

@bogniq bogniq commented Jan 27, 2021

Change Description

This PR fixes the pinned builds error for release/2.0.x, which was caused by using the no longer existing LLVM repo https://git.llvm.org/git. The new build scripts use a mirror repo https://github.com/llvm-mirror that maintains the same commit hashes as git.llvm.org.

To keep the binary's compiler version info (including Clang repo's origin URL) consistent with existing release binaries, after the LLVM and Clang repos are checked out, their remote origin URLs are modified to be https://git.llvm.org/git.

Change Type

Select ONE:

  • Documentation
  • Stability bug fix
  • Other
  • Other - special case

Testing Changes

Select ANY that apply:

  • New Tests
  • Existing Tests
  • Test Framework
  • CI System
  • Other

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@nksanthosh
Copy link
Contributor

Please ensure that this build passes https://buildkite.com/EOSIO/eosio-build-scripts/builds/1210 (build script pipeline) before merging.

@nksanthosh nksanthosh merged commit e1e8bc9 into release/2.0.x Jan 28, 2021
@nksanthosh nksanthosh deleted the qy-llvm-repo-2.0.x branch January 28, 2021 23:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants