try travis without docker

This commit is contained in:
Yura Sokolov
2022-12-04 14:16:02 +03:00
parent f2f47f7734
commit 0f7e01b7f3
11 changed files with 185 additions and 283 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env bash
set -xe
/etc/init.d/ssh start
# Show pg_config path (just in case)
echo "############### pg_config path:"
which pg_config
# Show pg_config just in case
echo "############### pg_config:"
pg_config
# Show kernel parameters
echo "############### kernel params:"
cat /proc/sys/kernel/yama/ptrace_scope
sudo sysctl kernel.yama.ptrace_scope=0
cat /proc/sys/kernel/yama/ptrace_scope