Skip to content

Commit

Permalink
Build julia_version.h before running clangsa (#37394)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Sep 4, 2020
1 parent 46f78d6 commit 315ad46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/clangsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ check: $(SRCDIR)
TESTS = $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/*.c) $(wildcard $(SRCDIR)/*.cpp))

$(SRCDIR) $(TESTS):
@$(MAKE) -C $(BUILDDIR)/../../src $(build_includedir)/julia/julia_version.h
@$(MAKE) -C $(BUILDDIR)/../../src clangsa
PATH=$(build_bindir):$(build_depsbindir):$$PATH \
LD_LIBRARY_PATH="${build_libdir}:$$LD_LIBRARY_PATH" \
Expand Down

2 comments on commit 315ad46

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.