Skip to content

Commit

Permalink
Adjust dir permissions for osx scitokens install to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 5, 2024
1 parent d4213d4 commit f181ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_scripts/osx_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd build
export SCITOKENS_CPP_DIR=$PWD/release_dir
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=$PWD/release_dir
ninja install
sudo mkdir -p /usr/local/lib
sudo mkdir -p /usr/local/lib && chmod 777 /usr/local/lib
sudo ln -s $PWD/release_dir/lib/libSciTokens*.dylib /usr/local/lib
popd

Expand Down

0 comments on commit f181ef0

Please sign in to comment.