Skip to content

Commit

Permalink
We're on Amazon Linux 2023 now, yay
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Dec 18, 2024
1 parent d6a7234 commit 607b642
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build_data_vercel.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 607b642

Please sign in to comment.