mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
try travis without docker
This commit is contained in:
Executable
+19
@@ -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
|
||||
Reference in New Issue
Block a user