Skip to content

Commit

Permalink
Delete unused build scripts. (#4601)
Browse files Browse the repository at this point in the history
* Fix macos release script.

* Delete shell scripts
  • Loading branch information
csyonghe authored Jul 10, 2024
1 parent 5006f49 commit c585278
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 134 deletions.
51 changes: 0 additions & 51 deletions .github/github_test.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ jobs:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k ${KEYCHAIN_PASSWORD} $KEYCHAIN_PATH
signedFiles
find "${bin_dir}" "${lib_dir}" -type f -perm +111 \
| xargs codesign --force --options runtime -s "${IDENTITY_ID}" -v
binaries=(
"${lib_dir}/libslang.dylib"
"${lib_dir}/libslang-rt.dylib"
Expand Down
47 changes: 0 additions & 47 deletions github_build.sh

This file was deleted.

32 changes: 0 additions & 32 deletions github_macos_build.sh

This file was deleted.

0 comments on commit c585278

Please sign in to comment.