Skip to content

Commit

Permalink
Triggering SnoopCompile bot
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 28, 2019
1 parent d127e73 commit c2bbfcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SnoopCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# https://github.com/marketplace/actions/create-pull-request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.6.1
uses: peter-evans/create-pull-request@v1.9.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_MESSAGE: Update precompile_*.jl file
Expand Down
182 changes: 0 additions & 182 deletions deps/SnoopCompile/precompile/precompile_Atom.jl

This file was deleted.

4 changes: 2 additions & 2 deletions src/Atom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ include("profiler/profiler.jl")
include("profiler/traceur.jl")

# precompile
include("../deps/SnoopCompile/precompile/precompile_Atom.jl")
_precompile_()
# include("../deps/SnoopCompile/precompile/precompile_Atom.jl")
# _precompile_()


end # module

0 comments on commit c2bbfcc

Please sign in to comment.