Skip to content

Commit

Permalink
Add nasm as dep for RocksDB Build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldwings committed Jan 7, 2025
1 parent ad54fae commit c82c465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.linux.x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
export PHOTON_SRC_DIR=`pwd`
dnf install -q -y git gcc-c++ cmake openssl-devel libcurl-devel libaio-devel zlib-devel epel-release
dnf config-manager --set-enabled powertools
dnf install -q -y gflags-devel snappy-devel zlib-devel bzip2-devel lz4-devel libzstd-devel
dnf install -q -y gflags-devel snappy-devel zlib-devel bzip2-devel lz4-devel libzstd-devel nasm
git clone -b photon-on-6.1.2 https://github.com/data-accelerator/rocksdb.git /opt/rocksdb
cd /opt/rocksdb
rm -rf third-party/PhotonLibOS
Expand Down

0 comments on commit c82c465

Please sign in to comment.