Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Scala]: Cask framework added #7862

Merged
merged 3 commits into from
Oct 20, 2024
Merged

Conversation

whiplash
Copy link
Contributor

No description provided.

@waghanza
Copy link
Collaborator

We intend to introduce cask in here. Is this something you are ok with @com-lihaoyi?

@waghanza
Copy link
Collaborator

cc @lihaoyi

@whiplash
Copy link
Contributor Author

Hmmm... I think I rushed out too much. Let me see what goes wrong.

Copy link
Collaborator

@waghanza waghanza left a comment

Choose a reason for hiding this comment

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

Can you finish it for today @whiplash ? to have it in results tomorrow

@@ -0,0 +1 @@
sbt.version=1.9.9
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe this file could dropped.

the sbt version is driven by dockerfile, actually it is 1.10.2

@lihaoyi
Copy link

lihaoyi commented Oct 20, 2024

go for it

sbt version bump
@whiplash
Copy link
Contributor Author

I can't find out what the problem is. @waghanza can you remind me again how one runs it locally?

@waghanza
Copy link
Collaborator

@whiplash On linux, I run

export FWK=scala/cast && export LANGUAGE=`echo $FWK | awk -F '/' '{print $1}'` && export FRAMEWORK=`echo $FWK | awk -F '/' '{print $2}'` && cd ~/web-frameworks && yes|docker system prune -a && rm -fr Gemfile.lock && bundle install && bundle exec rake config && make build -f $FWK/.Makefile && sleep 60 && make collect -f $FWK/.Makefile && bundle exec rake db:raw_export && bundle exec rake db:check_failures

but maybe you can log onto the container and run the server

@waghanza
Copy link
Collaborator

seems just a false positove of CI, I'll merge and include it

@waghanza waghanza merged commit 4e0e8d5 into the-benchmarker:master Oct 20, 2024
1 of 2 checks passed
@waghanza
Copy link
Collaborator

no, it was not that. maybe a library issue. perhaps, by adding logs we can debug @whiplash

@waghanza
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants