mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:31:48 +00:00
all: use universal-ctags v6.0.0 (#57725)
This is the latest release from December 2022. I see important bug fixes between our tagged version and this release. A follow up commit needs to update the bazel shas once CI has built the artifacts on main. Test Plan: CI
This commit is contained in:
parent
91848b6387
commit
2783f0093b
@ -5,7 +5,7 @@
|
||||
# Commit hash of github.com/universal-ctags/ctags.
|
||||
# Last bumped 2022-04-04.
|
||||
# When bumping please remember to also update Zoekt: https://github.com/sourcegraph/zoekt/blob/d3a8fbd8385f0201dd54ab24114ebd588dfcf0d8/install-ctags-alpine.sh
|
||||
CTAGS_VERSION=f95bb3497f53748c2b6afc7f298cff218103ab90
|
||||
CTAGS_VERSION=v6.0.0
|
||||
|
||||
cleanup() {
|
||||
apk --no-cache --purge del ctags-build-deps || true
|
||||
|
||||
@ -20,13 +20,13 @@ in
|
||||
# yoinked from github.com/nixos/nixpkgs
|
||||
unNixifyDylibs { inherit pkgs; } (stdenv.mkDerivation rec {
|
||||
pname = "universal-ctags";
|
||||
version = "5.9.20220403.0";
|
||||
version = "6.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "universal-ctags";
|
||||
repo = "ctags";
|
||||
rev = "p${version}";
|
||||
sha256 = "sha256-pd89KERQj6K11Nue3YFNO+NLOJGqcMnHkeqtWvMFk38=";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-XlqBndo8g011SDGp3zM7S+AQ0aCp6rpQlqJF6e5Dd6w=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
package:
|
||||
name: ctags
|
||||
version: 5.9.20220403.0
|
||||
version: 6.0.0
|
||||
epoch: 2
|
||||
description: "A maintained ctags implementation"
|
||||
target-architecture:
|
||||
@ -34,8 +34,8 @@ environment:
|
||||
pipeline:
|
||||
- uses: fetch
|
||||
with:
|
||||
uri: https://github.com/universal-ctags/ctags/archive/refs/tags/p${{package.version}}.tar.gz
|
||||
expected-sha256: df966f73ae6082acb9f4f7fe4e27f53a593782380f28ccf65f0ac38aaf697888
|
||||
uri: https://github.com/universal-ctags/ctags/archive/refs/tags/v${{package.version}}.tar.gz
|
||||
expected-sha256: 71229a73f25529c9e3dabb2cb7310c55405d31caee8e8a9ab5c71b2406d4005a
|
||||
- name: Autogen
|
||||
runs: |
|
||||
./autogen.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user