Wrong branch

This commit is contained in:
Samuel Aubertin 2022-03-01 13:17:38 +01:00
parent 051587ec39
commit ecd5fbc0bf

View File

@ -49,7 +49,7 @@ RETPOLINE= mretpoline
UUID:= $(shell uuid 2> /dev/null || uuidgen 2> /dev/null || ./uuid) UUID:= $(shell uuid 2> /dev/null || uuidgen 2> /dev/null || ./uuid)
RESULTS_FILE:= results-$(UUID).json RESULTS_FILE:= results-$(UUID).json
SSH_KEY= octoupload SSH_KEY= octoupload
TIMES= 1 TIMES= 3
OCTOFLAGS= -j OCTOFLAGS= -j
ifeq ($(shell uname),OpenBSD) ifeq ($(shell uname),OpenBSD)
@ -129,9 +129,7 @@ PROGS+= $(RSCPROGS)
PROGS+= $(RGROGS) PROGS+= $(RGROGS)
PROGS+= $(RSGPROGS) PROGS+= $(RSGPROGS)
PROGS= spectre_v2-clang-O0 spectre_v2-clang-O1 all: upload
all: $(RESULTS_FILE)
printf "\033[1mThank you for helping science today !\033[0m\n" printf "\033[1mThank you for helping science today !\033[0m\n"
upload: $(RESULTS_FILE) upload: $(RESULTS_FILE)