Last active 17 hours ago

KBrown's Avatar KBrown revised this gist 17 hours ago. Go to revision

1 file changed, 19 insertions

cargo pgrx test en Ubunto Noble (file created)

@@ -0,0 +1,19 @@
1 + sudo apt install cargo-1.85
2 + sudo apt install git
3 + sudo apt install pkg-config
4 + sudo apt install libssl-dev
5 + cargo-1.85 install --locked cargo-pgrx
6 + export PATH=/home/sandino/.cargo/bin:$PATH
7 +
8 + sudo apt install flex bison
9 + sudo apt install libreadline-dev
10 + sudo apt install zlib1g-dev
11 + cargo-1.85 pgrx init
12 +
13 + git clone https://git.softwarelibre.mx/SoftwareLibreMx/pg_enigma.git
14 + cd pg_enigma
15 +
16 + sudo apt install rustfmt-1.85
17 + alias rustdoc=rustdoc-1.85
18 + ln -svf /usr/bin/rustdoc-1.85 ~/.cargo/bin/rustdoc
19 + cargo-1.85 pgrx test
Newer Older