ci: drop cirrus #39321

Problem:
cirrus will shutdown soon, and we are running out of minutes anyway,
which causes ci failures.

Solution:
Drop cirrus config.

(cherry picked from commit 82198d0a66)
This commit is contained in:
Justin M. Keyes
2026-04-22 18:25:07 -04:00
committed by github-actions[bot]
parent b46688feee
commit 14eea10ec5
11 changed files with 8 additions and 63 deletions

View File

@@ -10,7 +10,6 @@ local fn = n.fn
local api = n.api
local skip = t.skip
local is_os = t.is_os
local is_ci = t.is_ci
local read_file = t.read_file
local fname = 'Xtest-functional-ex_cmds-write'
@@ -56,7 +55,6 @@ describe(':write', function()
end)
it('&backupcopy=no replaces symlink with new file', function()
skip(is_ci('cirrus'))
command('set backupcopy=no')
write_file('Xtest_bkc_file.txt', 'content0')
if is_os('win') then
@@ -148,7 +146,6 @@ describe(':write', function()
end)
it('errors out correctly', function()
skip(is_ci('cirrus'))
command('let $HOME=""')
eq(fn.fnamemodify('.', ':p:h'), fn.fnamemodify('.', ':p:h:~'))
-- Message from check_overwrite