Skip to content

Commit

Permalink
remove links to ordo repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlio committed Nov 8, 2024
1 parent 9386a50 commit edfb762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/swift-benchmark-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Homebrew Mac
if: ${{ runner.os == 'Macos' }}
run: |
echo "/opt/homebrew/bin:/usr/local/bin" >> $GITHUB_PATH
brew install jemalloc
- name: Ubuntu deps
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install -y libjemalloc-dev
- name: Git URL token override and misc
run: |
[ -d Benchmarks ] && echo "hasBenchmark=1" >> $GITHUB_ENV
Expand Down Expand Up @@ -92,5 +95,4 @@ jobs:
- name: Exit with correct status
if: ${{ success() || failure() }}
run: |
#/usr/bin/ordo-performance powersave
exit ${{ env.exitStatus }}
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
####################################################################
# DO NOT EDIT THIS FILE MANUALLY
# This is a master file maintained in https://github.com/ordo-one/repository-templates

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand Down
6 changes: 0 additions & 6 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
####################################################################
# DO NOT EDIT THIS FILE
# This is a master file maintained in https://github.com/ordo-one/public-repository-templates
#
# Add overrides into `swiftlint_refinement.yml` in the directory it self or
# .swiftlint.yml under the specific directory where the code is located
#
# Documentation is under https://github.com/realm/SwiftLint
####################################################################

Expand Down

0 comments on commit edfb762

Please sign in to comment.