Skip to content

Tags: sourcegraph/scip-ruby

Tags

scip-ruby-v0.4.8

Toggle scip-ruby-v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make macOS release builds work on Apple Silicon (#258)

Before this change, the macOS release job failed on the arm64 runner:

```
  clang: error: include path for libstdc++ headers not found
  [-Werror,-Wstdlibcxx-not-found]
```

After this change, we unblock release jobs: release-mac builds for the
host architecture instead, so that macOS release artifacts are genuinely
arm64 (as the README and gem names claim, despite previously incorrectly
being x86_64 binaries.) toolchains_llvm is patched with a backport of
upstream PR 686 (released in v1.7.0) that drops `-L<toolchain>/lib` on
macOS; we can remove this patch when we upgrade later.

Verified locally on arm64: `release-mac` and `dev` builds of `//main:scip-ruby`
succeed, the release binary is arm64 with only system dylib deps, and
`//gems/scip-ruby` produces both `arm64-darwin` gems.

Signed-off-by: Emi <emi@sourcegraph.com>

scip-ruby-v0.4.7

Toggle scip-ruby-v0.4.7's commit message
fix: Stale check in publish script

scip-ruby-v0.4.6

Toggle scip-ruby-v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Prepare for v0.4.6 release (#236)

scip-ruby-v0.4.5

Toggle scip-ruby-v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Prepare for v0.4.5 release (#233)

scip-ruby-v0.4.4

Toggle scip-ruby-v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Fix lint errors in GitHub workflows (#230)

scip-ruby-v0.4.3

Toggle scip-ruby-v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Prepare for v0.4.3 release (#227)

scip-ruby-v0.4.2

Toggle scip-ruby-v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Prepare for v0.4.2 release (#224)

scip-ruby-v0.4.1

Toggle scip-ruby-v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Prepare for v0.4.1 release (#221)

scip-ruby-v0.4.0

Toggle scip-ruby-v0.4.0's commit message
ci: Use different names for build logs

scip-ruby-v0.3.9

Toggle scip-ruby-v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Add CHANGELOG entry for v0.3.9 (#206)