From 07088ed76a56a1d87c59b4c17604de7c1dc3c85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=20=EA=B2=BD=ED=9B=88=20=28Kyung-hown=20Chung=29?= Date: Fri, 5 Apr 2024 02:47:41 +0900 Subject: [PATCH] =?UTF-8?q?trace=5Flimit=20=EC=A6=9D=EA=B0=80=20(#36)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc9197b..47c696d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@master with: repository: pypy/pypy - ref: release-pypy2.7-v7.3.9 + ref: release-pypy2.7-v7.3.15 path: pypy - name: Build run: | diff --git a/Makefile b/Makefile index 2f7a5e7..5dbb95d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RPYTHON?=../pypy/rpython/bin/rpython -RPYTHONFLAGS?=--opt=jit +RPYTHONFLAGS?=--opt=jit --translation-jit_opencoder_model=big all: aheui-c aheui-py