Skip to content

Commit a00a175

Browse files
committed
Merge branch 'ci'
2 parents 8fa3e2c + 5d92e0c commit a00a175

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.azure-pipelines/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
IMAGE_NAME: 'macos-10.14'
3434
EVM_EMACS: emacs-27.1
3535
BUNDLE_TARGET: macos
36-
ubuntu-16.04-emacs-27.1:
37-
IMAGE_NAME: 'ubuntu-16.04'
36+
ubuntu-18.04-emacs-27.1:
37+
IMAGE_NAME: 'ubuntu-18.04'
3838
EVM_EMACS: emacs-27.1
3939
BUNDLE_TARGET: linux
4040
steps:

.azure-pipelines/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
IMAGE_NAME: 'macos-10.14'
3232
EVM_EMACS: emacs-27.1
3333
BUNDLE_TARGET: macos
34-
ubuntu-16.04-emacs-27.1:
35-
IMAGE_NAME: 'ubuntu-16.04'
34+
ubuntu-18.04-emacs-27.1:
35+
IMAGE_NAME: 'ubuntu-18.04'
3636
EVM_EMACS: emacs-27.1
3737
BUNDLE_TARGET: linux
3838
steps:

tree-sitter-langs-build.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,7 @@ compile from the current state of the grammar repos, without cleanup."
350350
(insert tree-sitter-langs--bundle-version))))
351351
(when errors
352352
(message "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~")
353-
(display-warning 'tree-sitter-langs
354-
(format "Could not compile grammars:\n%s" (pp-to-string errors)))))))
353+
(error "Could not compile grammars:\n%s" (pp-to-string errors))))))
355354

356355
;; ---------------------------------------------------------------------------
357356
;;; Download and installation.

0 commit comments

Comments
 (0)