Skip to content

Commit

Permalink
[GR-40221] [GR-40486] Fix transient testrffi failure.
Browse files Browse the repository at this point in the history
PullRequest: fastr/2745
  • Loading branch information
Pavel Marek committed Sep 6, 2022
2 parents 84de71a + eefbef9 commit bc94f2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.oracle.truffle.r.test.native/packages/package.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -44,7 +44,7 @@ TEMPLATE_FILE := ../Rutils/template.R

all: $(RIN_R_FILES) $(PKG_TAR)

$(PKG_TAR): $(PKG_FILES)
$(PKG_TAR): $(PKG_FILES) $(RIN_R_FILES)
(cd $(REPO_DIR); TZDIR=/usr/share/zoneinfo/ $(GNUR_HOME_BINARY)/bin/R CMD build $(CURDIR)/$(PACKAGE))

$(RIN_R_FILES): $(RIN_FILES)
Expand Down
1 change: 1 addition & 0 deletions com.oracle.truffle.r.test.native/packages/pkg-filelist
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vanilla
testrffi
tests4
gnurtests
altreprffitests
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testrffi
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vanilla
testrffi
tests4
altreprffitests

0 comments on commit bc94f2a

Please sign in to comment.