tarantool / ddl

The DDL module enables you to describe data schema in a declarative YAML-based format.
BSD 2-Clause "Simplified" License
12 stars 6 forks source link

ci: workaround setup-tarantool problem with Jammy #106

Closed GRISHNOV closed 1 year ago

GRISHNOV commented 1 year ago

There is known unsolved problem with Ubuntu Jammy [1]. Because of this, tarantool 2.6 is installed in all cases. During tests it turns out that builtin#95 table.clear is nil on the installed tarantool 2.6, which causes problems in ci job test.

Also the expected tarantool version was not installed in job benchmark before this patch.

  1. tarantool/setup-tarantool/issues/36