From 607b64218b566deb41043cc6e5a33a14758da1bc Mon Sep 17 00:00:00 2001 From: Sid Kapur Date: Wed, 18 Dec 2024 15:55:36 -0500 Subject: [PATCH] We're on Amazon Linux 2023 now, yay --- build_data_vercel.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build_data_vercel.sh b/build_data_vercel.sh index 7590a67..6e9618a 100755 --- a/build_data_vercel.sh +++ b/build_data_vercel.sh @@ -1,11 +1,5 @@ #! /usr/bin/env bash -# Fixes this error: https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html#ssl-module-is-compiled-with-openssl-1-0-2-k-fips -# TODO: remove when Vercel upgrades to Amazon Linux 2023 -# yum remove openssl openssl-devel -yum update openssl11 openssl11-devel -yum install -y openssl11 openssl11-devel - curl https://pyenv.run | bash export PATH="$HOME/.pyenv/bin:$PATH"